dotfiles/.inputrc
2012-04-05 05:39:31 -04:00

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"