ajusted toggleterm keybinds.
This commit is contained in:
parent
5f5dc76261
commit
453993aee6
|
@ -366,6 +366,7 @@ return require('packer').startup(function(use)
|
|||
use { "akinsho/toggleterm.nvim", tag = '*', config = function()
|
||||
require("toggleterm").setup {
|
||||
insert_mappings = false,
|
||||
terminal_mappings = false,
|
||||
open_mapping = [[<c-\>]],
|
||||
}
|
||||
end }
|
||||
|
|
Loading…
Reference in a new issue