extend leader timeout
This commit is contained in:
parent
8639824198
commit
7ca4c911a6
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ config.colors = {
|
|||
config.disable_default_key_bindings = true
|
||||
|
||||
-- Setup leader key
|
||||
config.leader = { key = "a", mods = "ALT", timeout_milliseconds = 1000 }
|
||||
config.leader = { key = "a", mods = "ALT", timeout_milliseconds = 2000 }
|
||||
|
||||
-- General keymaps
|
||||
config.keys = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue