1
0
Fork 0

Zsh: Add kebinding for editing the current line in the editor

This commit is contained in:
tastytea 2022-04-13 09:11:23 +02:00
parent 77a4a3325e
commit 961c9a08d8
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 4 additions and 0 deletions

View File

@ -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