Add CTRL-w key to whichkey lazyloading (#2446)

pull/2459/head^2
umlx5h 8 months ago committed by siduck
parent 5748536742
commit 445d32c19f

@ -246,7 +246,7 @@ local default_plugins = {
-- Only load whichkey after all the gui
{
"folke/which-key.nvim",
keys = { "<leader>", "<c-r>", '"', "'", "`", "c", "v", "g" },
keys = { "<leader>", "<c-r>", "<c-w>", '"', "'", "`", "c", "v", "g" },
init = function()
require("core.utils").load_mappings "whichkey"
end,

Loading…
Cancel
Save