mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 05:51:06 +00:00
fix(keymaps): added Inspect to <leader>ui
This commit is contained in:
parent
97996faf75
commit
8d8626c5d9
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ vim.keymap.set("n", "<leader>qq", "<cmd>qa<cr>", { desc = "Quit all" })
|
||||||
|
|
||||||
-- highlights under cursor
|
-- highlights under cursor
|
||||||
if vim.fn.has("nvim-0.9.0") == 1 then
|
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
|
end
|
||||||
|
|
||||||
-- floating terminal
|
-- floating terminal
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue