Commit e6c81a58 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1019 from matschaffer/patch-1

Don't clobber standard Esc+. behavior
parents feb11a71 5f72c631
...@@ -3,7 +3,6 @@ ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment