6 lines
No EOL
147 B
Text
Executable file
6 lines
No EOL
147 B
Text
Executable file
##### via dpatti ########
|
|
# Vim-like tab completion
|
|
set completion-ignore-case On
|
|
TAB: menu-complete
|
|
# Bind Shift-Tab to reverse
|
|
"\e[Z": "\e-1\C-i" |