|
|
|
@ -116,9 +116,9 @@ map("n", "<leader>gG", function() Util.float_term({ "lazygit" }) end, { desc = "
|
|
|
|
|
map("n", "<leader>qq", "<cmd>qa<cr>", { desc = "Quit all" })
|
|
|
|
|
|
|
|
|
|
-- highlights under cursor
|
|
|
|
|
if vim.fn.has("nvim-0.9.0") == 1 then
|
|
|
|
|
map("n", "<leader>ui", vim.show_pos, { desc = "Inspect Pos" })
|
|
|
|
|
end
|
|
|
|
|
-- if vim.fn.has("nvim-0.9.0") == 1 then
|
|
|
|
|
-- map("n", "<leader>ui", vim.show_pos, { desc = "Inspect Pos" })
|
|
|
|
|
-- end
|
|
|
|
|
|
|
|
|
|
-- floating terminal
|
|
|
|
|
map("n", "<leader>ft", function() Util.float_term(nil, { cwd = Util.get_root() }) end, { desc = "Terminal (root dir)" })
|
|
|
|
|