vi-mode in bash isn't that great
This commit is contained in:
parent
9a4d409446
commit
f2a6005019
3
env/sh/bashrc
vendored
3
env/sh/bashrc
vendored
|
@ -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
|
||||
|
|
Reference in a new issue