13 lines
217 B
Text
13 lines
217 B
Text
|
$include /etc/inputrc
|
||
|
set editing-mode vi
|
||
|
$if mode=vi
|
||
|
|
||
|
set keymap vi-command
|
||
|
# these are for vi-command mode
|
||
|
Control-l: clear-screen
|
||
|
|
||
|
set keymap vi-insert
|
||
|
# these are for vi-insert mode
|
||
|
Control-l: clear-screen
|
||
|
$endif
|