mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00: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:
parent
46c2af396a
commit
ee8f9eebb5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue