mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Reduced the key mapping timeout from 1000 to 500
This commit is contained in:
parent
6df5e6156d
commit
144b3ec466
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
set whichwrap=b,s,<,>,[,] "scrolling left/right off current line wraps to the next/previous
|
set whichwrap=b,s,<,>,[,] "scrolling left/right off current line wraps to the next/previous
|
||||||
set smarttab expandtab autoindent tabstop=4 shiftwidth=4 "configure tabs
|
set smarttab expandtab autoindent tabstop=4 shiftwidth=4 "configure tabs
|
||||||
set hlsearch incsearch ignorecase smartcase "configure how search behaves
|
set hlsearch incsearch ignorecase smartcase "configure how search behaves
|
||||||
set timeout timeoutlen=1000 "how long before timing out for mappings
|
set timeout timeoutlen=500 "how long before timing out for mappings
|
||||||
set ttimeout ttimeoutlen=100 "how long before timing out for terminal key codes
|
set ttimeout ttimeoutlen=100 "how long before timing out for terminal key codes
|
||||||
|
|
||||||
"change to a file's directory when it's opened
|
"change to a file's directory when it's opened
|
||||||
|
|
Loading…
Reference in a new issue