mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 20:36:25 +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()
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user