Add 'open in nvim' binding to zsh
This commit is contained in:
parent
7bfb8deef9
commit
37b323b50a
@ -58,6 +58,11 @@ _comp_options+=(globdots)
|
||||
#~~~~~~~~~~
|
||||
# Bindings
|
||||
#~~~~~~~~~~
|
||||
## edit line in vim with ctrl-e:
|
||||
autoload edit-command-line; zle -N edit-command-line
|
||||
bindkey -M vicmd '^e' edit-command-line
|
||||
bindkey '^e' edit-command-line
|
||||
|
||||
# vi mode
|
||||
bindkey -v
|
||||
export KEYTIMEOUT=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user