mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Shortened the escape sequence timeout so returning to normal mode from
insert mode occurs more instantaneously
This commit is contained in:
parent
508f56d0e5
commit
7c2f0d925d
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
set list listchars=tab:>-,trail:- "display tabs as >--- and trailing spaces as -
|
||||
set autochdir "current dir is file dir
|
||||
set history=250 "undo history
|
||||
set timeoutlen=1000 ttimeoutlen=0 "shorten the timeout length of escapes
|
||||
set whichwrap=b,s,<,>,[,] "allow the cursor to wrap lines
|
||||
set textwidth=0 "set an unlimited text width before breaking the line when line breaks are enabled
|
||||
set nolinebreak "disable linebreaks, though this will be overridden by filetype plugins
|
||||
|
|
Loading…
Reference in a new issue