get rid of terminal creators

This commit is contained in:
Paul Trowbridge 2026-01-26 17:35:13 -05:00
parent 9f7bf3f7ea
commit 26b5fcaf67

View File

@ -60,3 +60,7 @@ end, { desc = "Wrap selected text in double quotes" })
-- Gitsigns blame current line
vim.keymap.set("n", "<leader>gb", ":Gitsigns blame_line<CR>", { noremap = true, silent = true, desc = "Git blame line" })
-- Disable alt+h and alt+v terminal toggles
vim.keymap.del({ "n", "t" }, "<A-h>")
vim.keymap.del({ "n", "t" }, "<A-v>")