vim.g.mapleader = " " vim.keymap.set("n", "", " :noh", { desc = "Clear search highlighting" }) -- Find and replace visual selection using CTRL-r vim.keymap.set("v", "", "\"hy:%s/h//gc")