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:
parent
c2e459ad43
commit
94dd651536
@ -30,7 +30,7 @@ EOH
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
local cmd=""
|
local cmd=""
|
||||||
local before=""
|
local before="<esc>"
|
||||||
local after=""
|
local after=""
|
||||||
while getopts ":b:a:" option
|
while getopts ":b:a:" option
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user