vi-mode in bash isn't that great

This commit is contained in:
Daniel Flanagan 2016-11-07 13:40:43 -06:00
parent 9a4d409446
commit f2a6005019

3
env/sh/bashrc vendored
View file

@ -176,9 +176,6 @@ if [ -t 0 ]; then
cd "$HOME/.."
fi
# vi modes in the terminal prompt
set -o vi
# except we still want some things to work the old fashioned way
bind -f "$HOME/.inputrc"
fi