[zsh] Fix pasting stuff in viins mode -- HOLY CRAP

This commit is contained in:
Eryn Wells 2017-01-26 09:54:25 -08:00 committed by Eryn Wells
parent 79d53de0a7
commit f832763c63

3
zshrc
View file

@ -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