From b4fd92d98a2c0eb9dad226c0510e7f10cc1c836d Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sun, 18 Mar 2012 18:10:48 -0400 Subject: [PATCH] Remove wrong viins keymap in global mappings --- keyboard.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboard.zsh b/keyboard.zsh index c850c23..a448b99 100644 --- a/keyboard.zsh +++ b/keyboard.zsh @@ -255,12 +255,12 @@ fi # Expand command name to full path. [[ -n "$keyinfo[Escape]" ]] && \ for key in "$keyinfo[Escape]"{E,e}; \ - bindkey -M viins "$key" expand-cmd-path + bindkey "$key" expand-cmd-path # Duplicate the previous word. [[ -n "$keyinfo[Escape]" ]] && \ for key in "$keyinfo[Escape]"{M,m}; \ - bindkey -M viins "$key" copy-prev-shell-word + bindkey "$key" copy-prev-shell-word # Bind Shift + Tab to go to the previous menu item. [[ -n "$keyinfo[BackTab]" ]] && \