zsh: restore some useful emacs mode bindings

This commit is contained in:
Fernando Schauenburg 2021-08-09 19:29:41 +02:00
parent 483163dbbc
commit 8ea77e45ba

View file

@ -31,3 +31,8 @@ zle-keymap-select() {
} }
zle -N zle-keymap-select zle -N zle-keymap-select
# Restore some common and useful emacs mode shortcut.
bindkey -M viins '^a' vi-beginning-of-line
bindkey -M viins '^e' vi-end-of-line
bindkey -M viins '^l' vi-end-of-line