Browse Source

Don't clobber standard Esc+. behavior

Esc+. works as "last arg" on both bash and zsh. Seems like a shame to introduce a new standard.

Mat Schaffer 12 years ago
parent
commit
5f72c63136
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/key-bindings.zsh

+ 0 - 1
lib/key-bindings.zsh

@@ -3,7 +3,6 @@
 bindkey -e
 bindkey '\ew' kill-region
 bindkey -s '\el' "ls\n"
-bindkey -s '\e.' "..\n"
 bindkey '^r' history-incremental-search-backward
 bindkey "^[[5~" up-line-or-history
 bindkey "^[[6~" down-line-or-history