refactor(keymaps): highlights under cursor is now mapped to <leader>sH

This commit is contained in:
Folke Lemaitre committed 2023-01-11 17:27:21 +01:00
1 parent 1e4b958b4a
commit 23476f1d3c
1 file changed
+1 -1
+1 -1
View File
@@ -94,7 +94,7 @@ vim.keymap.set("n", "<leader>qq", "<cmd>qa<cr>", { desc = "Quit all" })
-- highlights under cursor
if vim.fn.has("nvim-0.9.0") == 1 then
vim.keymap.set("n", "<leader>hl", vim.show_pos, { desc = "Highlight Groups at cursor" })
vim.keymap.set("n", "<leader>sH", vim.show_pos, { desc = "Highlight Groups at cursor" })
end
-- floating terminal