Skip to content

Commit

Permalink
Merge pull request ohmyzsh#1019 from matschaffer/patch-1
Browse files Browse the repository at this point in the history
Don't clobber standard Esc+. behavior
  • Loading branch information
robbyrussell committed Jun 13, 2012
2 parents feb11a7 + 5f72c63 commit e6c81a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/key-bindings.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6c81a5

Please sign in to comment.