vi-mode in bash isn't that great
This commit is contained in:
parent
9a4d409446
commit
f2a6005019
1 changed files with 0 additions and 3 deletions
3
env/sh/bashrc
vendored
3
env/sh/bashrc
vendored
|
@ -176,9 +176,6 @@ if [ -t 0 ]; then
|
||||||
cd "$HOME/.."
|
cd "$HOME/.."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# vi modes in the terminal prompt
|
|
||||||
set -o vi
|
|
||||||
|
|
||||||
# except we still want some things to work the old fashioned way
|
# except we still want some things to work the old fashioned way
|
||||||
bind -f "$HOME/.inputrc"
|
bind -f "$HOME/.inputrc"
|
||||||
fi
|
fi
|
||||||
|
|
Reference in a new issue