I read in the man page, that you set readline parameters on an off or to a value by using
set var value
Is this the same as the set builtin, and how do you set the variables once inputrc has already been read and the shell is running?
|
The You can make bash execute readline commands through the
Also, you can make bash reread |
|||
|
|
|
From the manual: When a program which uses the Readline library starts up, the init file is read, and the key bindings are set.
|
||||
|
|
setis not the same as the shell builtinset. – jw013 Dec 23 '11 at 17:13