mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:17:35 +00:00
Ignore jk` whichkey.lua triggers
This commit is contained in:
parent
36853b6b2f
commit
ef18e73af1
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user