ajusted toggleterm keybinds.

This commit is contained in:
Gabe Venberg 2023-09-12 18:28:53 -05:00
parent 5f5dc76261
commit 453993aee6

View file

@ -366,6 +366,7 @@ return require('packer').startup(function(use)
use { "akinsho/toggleterm.nvim", tag = '*', config = function() use { "akinsho/toggleterm.nvim", tag = '*', config = function()
require("toggleterm").setup { require("toggleterm").setup {
insert_mappings = false, insert_mappings = false,
terminal_mappings = false,
open_mapping = [[<c-\>]], open_mapping = [[<c-\>]],
} }
end } end }