fix(keymaps): added Inspect to <leader>ui

This commit is contained in:
Folke Lemaitre 2023-01-17 09:17:04 +01:00
parent 97996faf75
commit 8d8626c5d9
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -100,7 +100,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>sH", vim.show_pos, { desc = "Highlight Groups at cursor" })
vim.keymap.set("n", "<leader>ui", vim.show_pos, { desc = "Inspect Pos" })
end
-- floating terminal