ZSH: makes edit with vim shortcut Ctrl+x
For some reason ctrl+x ctrl+e has stopped working. I think it is probably related to the use of suckless scroll. This uses ctrl+e which is interpreted as a scroll. For now though, using ctrl+x is fine
This commit is contained in:
parent
9ba7608e66
commit
85507b9aae
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ bindkey '^D' exit_zsh
|
||||||
|
|
||||||
autoload -U edit-command-line
|
autoload -U edit-command-line
|
||||||
zle -N edit-command-line
|
zle -N edit-command-line
|
||||||
bindkey '\C-x\C-e' edit-command-line
|
bindkey '\C-x' edit-command-line
|
||||||
|
|
||||||
bindkey -M viins jj vi-cmd-mode
|
bindkey -M viins jj vi-cmd-mode
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue