zsh:keys: Use consistent notation for ASCII escape

This commit is contained in:
2022-09-28 01:19:32 +02:00
parent 3f259d9cd8
commit bf7d9dbeeb

View File

@@ -51,9 +51,9 @@ bindkey '^3' pound-insert
## Navigation
bindkey '^[[Z' reverse-menu-complete # shift-tab
bindkey '^Q' push-input # ctrl-Q
bindkey '\e[H' beginning-of-line # home
bindkey '^[[H' beginning-of-line # home
bindkey "$terminfo[khome]" beginning-of-line # home
bindkey '\e[F' end-of-line # end
bindkey '^[[F' end-of-line # end
bindkey "$terminfo[kend]" end-of-line # end
bindkey -v '^?' backward-delete-char # normal delete not vim-bac...
bindkey '^[[P' delete-char # delete