mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] map Alt+e to the action of Ctrl+x Ctrl+e
This commit is contained in:
parent
3c045bff66
commit
4d5cf9abe1
1 changed files with 6 additions and 0 deletions
|
@ -161,3 +161,9 @@
|
|||
# bind to F1
|
||||
bindkey '\eOP' find-man-page
|
||||
# }}}
|
||||
|
||||
# other keybindings {{{
|
||||
|
||||
bindkey '\ee' edit-command-line
|
||||
|
||||
# }}}
|
||||
|
|
Loading…
Reference in a new issue