This binding doesn't work when the edit-command-line.zsh file is loaded after the key-bindings.zsh file because 'bindkey -e' in key-bindings.zsh resets the binding. Moving the bindings to they key-bindings.zsh file and removing edit-command-line.zsh.master
parent
dee8171fa9
commit
f20cfc68e8
2 changed files with 5 additions and 3 deletions
@ -1,3 +0,0 @@ |
||||
autoload -U edit-command-line |
||||
zle -N edit-command-line |
||||
bindkey '\C-x\C-e' edit-command-line |
||||
Loading…
Reference in new issue