Zsh: Add kebinding for editing the current line in the editor
This commit is contained in:
parent
77a4a3325e
commit
961c9a08d8
@ -68,3 +68,7 @@ bindkey '\eu' undo # Alt+u
|
||||
bindkey '\eU' redo # Alt+Shift+u
|
||||
|
||||
bindkey '^q' push-line-or-edit
|
||||
|
||||
autoload edit-command-line; zle -N edit-command-line
|
||||
bindkey '^[e' edit-command-line
|
||||
bindkey '^x^e' edit-command-line
|
||||
|
Loading…
x
Reference in New Issue
Block a user