Everyone's favorite: finally bump vi's escapetime.
Closes bin/2510: vi escape keys over slow... (and i think yet another one) Submitted by: kargl@troutmask.apl.washington.edu (Steven G. Kargl)
This commit is contained in:
parent
3e92fe3bd3
commit
ac8fc3346d
@ -341,7 +341,7 @@ opts_init(sp, oargs)
|
||||
(void)snprintf(b1, sizeof(b1),
|
||||
"directory=%s", (s = getenv("TMPDIR")) == NULL ? _PATH_TMP : s);
|
||||
OI(O_DIRECTORY, b1);
|
||||
OI(O_ESCAPETIME, "escapetime=3");
|
||||
OI(O_ESCAPETIME, "escapetime=6");
|
||||
OI(O_KEYTIME, "keytime=6");
|
||||
OI(O_MATCHTIME, "matchtime=7");
|
||||
(void)snprintf(b1, sizeof(b1), "msgcat=%s", _PATH_MSGCAT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user