Browse Source

Moves a bindkey call from misc to key-bindings.

LFDM 10 years ago
parent
commit
83c4e06206
2 changed files with 3 additions and 3 deletions
  1. 3 0
      lib/key-bindings.zsh
  2. 0 3
      lib/misc.zsh

+ 3 - 0
lib/key-bindings.zsh

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

+ 0 - 3
lib/misc.zsh

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