Ignore jk` whichkey.lua triggers

This commit is contained in:
ViViDboarder 2022-05-24 16:41:22 -07:00
parent 36853b6b2f
commit ef18e73af1
1 changed files with 4 additions and 3 deletions

View File

@ -2,9 +2,10 @@ local M = {}
function M.configure()
require("which-key").setup({
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
triggers_blacklist = {
i = { "j", "k", "`"},
v = { "j", "k" },
},
})
end