From e5b5560fa3538d361e0b5fafcca9b86f8ee1051b Mon Sep 17 00:00:00 2001 From: Casey Watson Date: Tue, 24 May 2011 12:38:25 -0600 Subject: [PATCH] Don't break Esc-Period's print last arg functionality --- lib/key-bindings.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/key-bindings.zsh b/lib/key-bindings.zsh index 9f28d5761..34ef1a3a9 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