added input stuff, merged vimrc

This commit is contained in:
Ian Keane 2020-01-16 17:29:49 -05:00
parent 8f36bc4c3e
commit 1d1dbc34df
2 changed files with 49 additions and 0 deletions

13
bash/.inputrc Normal file
View file

@ -0,0 +1,13 @@
$include /etc/inputrc
set editing-mode vi # if you're a fan of VI-style editors
set visible-stats on
set colored-stats on
set show-all-if-ambiguous on
set completion-ignore-case on
set colored-completion-prefix on
set completion-prefix-display-length 1
set menu-complete-display-prefix on
tab: menu-complete
"\e\t": menu-complete-backward
"\e[Z": menu-complete-backward