# Vi mode for all the readline apps.
$include /etc/inputrc

TAB:complete
set editing-mode vi

"\C-p":history-search-backward
"\C-n":history-search-forward

set bell-style none
set colored-stats On
set completion-ignore-case On
set completion-prefix-display-length 3
set disable-completion Off
set mark-symlinked-directories On
set show-all-if-ambiguous On
set show-all-if-unmodified On
set visible-stats On

