diff options
author | Robby Russell <robby@planetargon.com> | 2012-06-13 13:09:45 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-06-13 13:09:45 -0700 |
commit | e6c81a58939c8aa1ff8dcf583c3c8b5d129f8aab (patch) | |
tree | 898f04c61cfe3f816eb92cc889e840dc71fe4dbf /lib | |
parent | feb11a71ae007c0b300fbe0e46b4748c02fff7a2 (diff) | |
parent | 5f72c6313643f3e627394c540192b77781c08178 (diff) | |
download | zsh-e6c81a58939c8aa1ff8dcf583c3c8b5d129f8aab.tar.gz zsh-e6c81a58939c8aa1ff8dcf583c3c8b5d129f8aab.tar.bz2 zsh-e6c81a58939c8aa1ff8dcf583c3c8b5d129f8aab.zip |
Merge pull request #1019 from matschaffer/patch-1
Don't clobber standard Esc+. behavior
Diffstat (limited to 'lib')
-rw-r--r-- | lib/key-bindings.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/key-bindings.zsh b/lib/key-bindings.zsh index 5c1b90bfa..5f499f3e8 100644 --- a/lib/key-bindings.zsh +++ b/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 |