Skip to content
Snippets Groups Projects
Commit 95764bef authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Merge pull request #550 from gene-pavlovsky/gene-pavlovsky-patch-2

[bash] Update key-bindings.bash
parents e867355b 63dbf485
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ if [ -n "$TMUX_PANE" ]; then
[ $BASH_VERSINFO -gt 3 ] && __use_tmux_auto=1
fi
if [ -z "$(set -o | \grep '^vi.*on')" ]; then
if [[ $'\n'$(set -o) != *$'\n'vi*on* ]]; then
# Required to refresh the prompt after fzf
bind '"\er": redraw-current-line'
bind '"\e^": history-expand-line'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment