mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21824
@ -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…
Reference in New Issue
Block a user