Skip to content

Commit

Permalink
Don't clobber standard Esc+. behavior
Browse files Browse the repository at this point in the history
Esc+. works as "last arg" on both bash and zsh. Seems like a shame to introduce a new standard.
  • Loading branch information
matschaffer committed Mar 18, 2012
1 parent 1120f97 commit 5f72c63
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 5f72c63

Please sign in to comment.