浏览代码

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.

Derek Wyatt 12 年之前
父节点
当前提交
94dd651536
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/vim-interaction/vim-interaction.plugin.zsh

+ 1 - 1
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