nix-config/home/vim/after/plugin/mappings/misc.lua

8 lines
161 B
Lua

local wk = require("which-key")
local keys = {
["<leader>"] = { "<cmd>nohls<CR>", "Clear search highlight" },
}
wk.register(keys, { prefix = "<leader>" })