diff options
author | LFDM <1986gh@gmail.com> | 2014-01-10 23:55:10 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2015-02-10 19:22:39 +0100 |
commit | 83c4e0620689d2410056bddcdfbf8e300673e982 (patch) | |
tree | f8c35298230f0e4196df3e979b0ec1e72de1728e /lib/misc.zsh | |
parent | 101149b1ae6fb5ce0b982289fca901b2feab5439 (diff) | |
download | zsh-83c4e0620689d2410056bddcdfbf8e300673e982.tar.gz zsh-83c4e0620689d2410056bddcdfbf8e300673e982.tar.bz2 zsh-83c4e0620689d2410056bddcdfbf8e300673e982.zip |
Moves a bindkey call from misc to key-bindings.
Diffstat (limited to 'lib/misc.zsh')
-rw-r--r-- | lib/misc.zsh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/misc.zsh b/lib/misc.zsh index 892d78ef3..ea8a05fcb 100644 --- a/lib/misc.zsh +++ b/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 |