1
0
Fork 0

Correct vim-style autosuggest-accept binding.

Update the vim-style command line binding for Ctrl-E such that it
properly accepts autosuggestions (instead of doing nothing).
pull/1120/head
braham 9 years ago
parent 4f19700919
commit 27e629b680

@ -31,5 +31,5 @@ fi
if [[ -n "$key_info" ]]; then
# vi
bindkey -M viins "$key_info[Control]F" vi-forward-word
bindkey -M viins "$key_info[Control]E" vi-add-eol
bindkey -M viins "$key_info[Control]E" vi-end-of-line
fi

Loading…
Cancel
Save