set ttimeoutlen
This commit is contained in:
parent
894dba3337
commit
6a8c84250f
@ -16,6 +16,7 @@ opt.updatetime = 300 --Decrease update time
|
|||||||
opt.signcolumn = 'yes' -- Always show sign column
|
opt.signcolumn = 'yes' -- Always show sign column
|
||||||
opt.clipboard = 'unnamed,unnamedplus' -- Access system clipboard
|
opt.clipboard = 'unnamed,unnamedplus' -- Access system clipboard
|
||||||
opt.timeoutlen = 300 -- Time in milliseconds to wait for a mapped sequence to complete.
|
opt.timeoutlen = 300 -- Time in milliseconds to wait for a mapped sequence to complete.
|
||||||
|
opt.ttimeoutlen = 10
|
||||||
opt.showmode = false -- Do not need to show the mode. We use the statusline instead.
|
opt.showmode = false -- Do not need to show the mode. We use the statusline instead.
|
||||||
opt.scrolloff = 999 -- Lines of context
|
opt.scrolloff = 999 -- Lines of context
|
||||||
opt.joinspaces = false -- No double spaces with join after a dot
|
opt.joinspaces = false -- No double spaces with join after a dot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user