From 311933740039f6ab6e71c10f8fce373b92787c90 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Fri, 30 Mar 2012 20:40:27 -0400 Subject: [PATCH] Remove the vi beginning/end-of-history bindings The bindings do not work as expected, and begging-of-history is pretty useless. --- keyboard.zsh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/keyboard.zsh b/keyboard.zsh index d9635ab..a2de304 100644 --- a/keyboard.zsh +++ b/keyboard.zsh @@ -159,10 +159,6 @@ bindkey -M vicmd "$keyinfo[Control]R" redo bindkey -M viins "jk" vi-cmd-mode bindkey -M viins "kj" vi-cmd-mode -# History -bindkey -M vicmd "gg" beginning-of-history -bindkey -M vicmd "G" end-of-history - if (( $+widgets[history-incremental-pattern-search-backward] )); then bindkey -M vicmd "?" history-incremental-pattern-search-backward bindkey -M vicmd "/" history-incremental-pattern-search-forward