lower timeoutlen for which-key to work better
This commit is contained in:
parent
b538189e57
commit
e6a6573edc
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,8 @@
|
|||
# Decrease update time
|
||||
updatetime = 250;
|
||||
timeout = true;
|
||||
timeoutlen = 1000; # time of valid keypress like for leader key in millisecond
|
||||
# timeoutlen = 1000; # time of valid keypress like for leader key in millisecond
|
||||
timeoutlen = 300; # lower to 300 in favor of which-key plugins
|
||||
|
||||
# Set completeopt to have a better completion experience
|
||||
completeopt = "menuone,noselect";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue