0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

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.

This commit is contained in:
Derek Wyatt 2012-04-01 15:41:39 -04:00 committed by Phil Eichinger
parent 46c2af396a
commit ee8f9eebb5

View file

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