get rid of terminal creators
This commit is contained in:
parent
9f7bf3f7ea
commit
26b5fcaf67
@ -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>")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user