1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-08 16:30:40 +01: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 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