zsh:keys: Make ^E work in vicmd too

This commit is contained in:
2024-09-21 01:06:32 +02:00
parent 35422b6fc4
commit 442a1c1bdc

View File

@@ -46,6 +46,7 @@ zle -N zle-line-finish
bindkey '^H' run-help
bindkey '^E' edit-command-line
bindkey -M vicmd "^E" edit-command-line
bindkey '^S' vi-pound-insert
# 'Fixed terminal input sequences'