mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Moves a bindkey call from misc to key-bindings.
This commit is contained in:
parent
101149b1ae
commit
83c4e06206
2 changed files with 3 additions and 3 deletions
|
|
@ -64,6 +64,9 @@ autoload -U edit-command-line
|
|||
zle -N edit-command-line
|
||||
bindkey '\C-x\C-e' edit-command-line
|
||||
|
||||
# file rename magick
|
||||
bindkey "^[m" copy-prev-shell-word
|
||||
|
||||
# consider emacs keybindings:
|
||||
|
||||
#bindkey -e ## emacs key bindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue