1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Moves a bindkey call from misc to key-bindings.

This commit is contained in:
LFDM 2014-01-10 23:55:10 +01:00 committed by Marc Cornellà
parent 101149b1ae
commit 83c4e06206
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -2,9 +2,6 @@
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
## file rename magick
bindkey "^[m" copy-prev-shell-word
## jobs
setopt long_list_jobs