Skip to content

Commit

Permalink
Moves a bindkey call from misc to key-bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDM authored and mcornella committed Feb 10, 2015
1 parent 101149b commit 83c4e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions lib/key-bindings.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions lib/misc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 83c4e06

Please sign in to comment.