From f832763c634fd182fbacb5a6ff9e5a8dce8e9f7b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 26 Jan 2017 09:54:25 -0800 Subject: [PATCH] [zsh] Fix pasting stuff in viins mode -- HOLY CRAP --- zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zshrc b/zshrc index b05652f..a9bd942 100644 --- a/zshrc +++ b/zshrc @@ -74,9 +74,6 @@ function configure_zle #{{{ function configure_zle_vim #{{{ { - # Remove the delay when pressing escape to get to Insert mode. - bindkey -rpM viins '\e' - # Edit commands in $EDITOR on 'v' in command mode autoload -Uz edit-command-line zle -N edit-command-line