Tweak neovim timers which were too fast for using modtap keyboard
shortcut without dedicated keys. I.e, I couldnt hit <Leader>1 in time.
This commit is contained in:
parent
dca2aa5849
commit
aa083d677f
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ opt.relativenumber = true
|
|||
opt.numberwidth = 4
|
||||
|
||||
-- Decrease update time
|
||||
opt.updatetime = 250
|
||||
opt.timeoutlen = 300
|
||||
opt.updatetime = 400
|
||||
opt.timeoutlen = 750
|
||||
|
||||
-- Disable swapfile, 99/100 times it just gets in the way
|
||||
opt.swapfile = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue