Added an <esc> to the begining of everything. I ran something when I was in insert mode once and all it did was shove !args... into the buffer. <esc> first.

master
Derek Wyatt 14 years ago
parent c2e459ad43
commit 94dd651536
  1. 2
      plugins/vim-interaction/vim-interaction.plugin.zsh

@ -30,7 +30,7 @@ EOH
fi
local cmd=""
local before=""
local before="<esc>"
local after=""
while getopts ":b:a:" option
do

Loading…
Cancel
Save