浏览代码

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 年之前
父节点
当前提交
5f72c63136
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/key-bindings.zsh

+ 0 - 1
lib/key-bindings.zsh

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