1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-20 21:33:29 +02:00

Merge pull request #1019 from matschaffer/patch-1

Don't clobber standard Esc+. behavior
This commit is contained in:
Robby Russell
2012-06-13 13:09:45 -07:00
-1
View File
@@ -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