dotfiles/.inputrc

6 lines
147 B
Text
Raw Normal View History

2012-04-05 05:39:31 -04:00
##### 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"