diff --git a/lua/custom/plugins/keymaps.lua b/lua/custom/plugins/keymaps.lua index cd3cc35f..39dcde39 100644 --- a/lua/custom/plugins/keymaps.lua +++ b/lua/custom/plugins/keymaps.lua @@ -116,9 +116,9 @@ map("n", "gG", function() Util.float_term({ "lazygit" }) end, { desc = " map("n", "qq", "qa", { desc = "Quit all" }) -- highlights under cursor -if vim.fn.has("nvim-0.9.0") == 1 then - map("n", "ui", vim.show_pos, { desc = "Inspect Pos" }) -end +-- if vim.fn.has("nvim-0.9.0") == 1 then +-- map("n", "ui", vim.show_pos, { desc = "Inspect Pos" }) +-- end -- floating terminal map("n", "ft", function() Util.float_term(nil, { cwd = Util.get_root() }) end, { desc = "Terminal (root dir)" })