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).
This commit is contained in:
parent
4f19700919
commit
27e629b680
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue