Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 32f2ce8

Browse files
options: set key sequence timeout length to 420ms
Make working with `,` localleader and other key sequence commands easier to work with by setting a longer delay which-key menu now shows when using `,` to show localleader key mappings availabe
1 parent 0114098 commit 32f2ce8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

options.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ return {
88
signcolumn = "auto", -- sets vim.opt.signcolumn to auto
99
wrap = true, -- sets vim.opt.wrap
1010
showtabline = 0 -- sets vim.opt.showtabline
11+
timeoutlen = 420,
1112
},
1213
g = {
1314
mapleader = " ", -- sets vim.g.mapleader

0 commit comments

Comments
 (0)