mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
13 lines
221 B
Text
13 lines
221 B
Text
|
set editing-mode vi
|
||
|
|
||
|
$if Bash
|
||
|
Space: magic-space
|
||
|
$endif
|
||
|
"\e[A": history-search-backward
|
||
|
"\e[B": history-search-forward
|
||
|
|
||
|
set completion-prefix-display-length 2
|
||
|
|
||
|
Control-j: menu-complete
|
||
|
Control-k: menu-complete-backward
|