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() function M.configure()
require("which-key").setup({ require("which-key").setup({
-- your configuration comes here triggers_blacklist = {
-- or leave it empty to use the default settings i = { "j", "k", "`"},
-- refer to the configuration section below v = { "j", "k" },
},
}) })
end end