Added Toggle of hlsearch, w/ <leader>noh.

pull/166/head
Kevin James Lausen 3 years ago
parent e80e2cb1cc
commit 8aed0f656a

@ -75,6 +75,12 @@ keymap("x", "<A-k>", ":move '<-2<CR>gv-gv", opts)
--"############################
keymap( "n", "<leader>top", ":set paste<CR>", opts) -- Turn special pasting on ONLY when needed.
--"################################################################
--"# Toggle highlight searching. #
--"# Map nh to toggle off the search highlighting in Normal mode. #
--"################################################################
keymap( "n", "<leader>nh", ":nohl<CR>", opts)
-- Terminal --
-- Better terminal navigation... ???
-- This is the ONLY block I am not sure if I want to include in my config,

Loading…
Cancel
Save