[zsh] map Alt+e to the action of Ctrl+x Ctrl+e

This commit is contained in:
Dmytro Meleshko 2020-08-28 15:12:29 +03:00
parent 3c045bff66
commit 4d5cf9abe1

View file

@ -161,3 +161,9 @@
# bind to F1
bindkey '\eOP' find-man-page
# }}}
# other keybindings {{{
bindkey '\ee' edit-command-line
# }}}