help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Remapping command name completion


From: John W. Eaton
Subject: Remapping command name completion
Date: Wed, 7 Feb 2001 23:37:22 -0600

On  9-Jan-2001, Francisco Rojas <address@hidden> wrote:

| Is there a way to remap (instead on tab key) or turn off command variable
| name completion ?

The keys handled by readline are programmable.  Create a file called
~/.inputrc and add some lines like

$if Octave
"\e\C-[": complete
"\C-i": self-insert
$endif

to bind complete to M-C-[, and make TAB (C-i) insert itself instead of
attempting completion.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]