Compare commits
No commits in common. "9ed2dcefdeef07a3359985c2859b5ec1c02a8386" and "ace266b02c3a45ce717ca457d9f79b49513e71cf" have entirely different histories.
9ed2dcefde
...
ace266b02c
7
modules/home/vim/after/plugin/mappings/misc.lua
Normal file
7
modules/home/vim/after/plugin/mappings/misc.lua
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
local wk = require("which-key")
|
||||||
|
|
||||||
|
local keys = {
|
||||||
|
{ "<leader><leader>", "<cmd>nohls<CR>", desc = "Clear search highlight" },
|
||||||
|
}
|
||||||
|
|
||||||
|
wk.add(keys)
|
|
@ -25,9 +25,3 @@ wk.setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
local keys = {
|
|
||||||
{ "<leader><leader>", vim.cmd.nohlsearch, desc = "Clear search highlight" },
|
|
||||||
}
|
|
||||||
|
|
||||||
wk.add(keys)
|
|
||||||
|
|
Loading…
Reference in a new issue