update
This commit is contained in:
parent
d7f0011c35
commit
9499019de5
@ -6,7 +6,7 @@ return {
|
|||||||
require("toggleterm").setup{
|
require("toggleterm").setup{
|
||||||
-- size can be a number or function which is passed the current terminal
|
-- size can be a number or function which is passed the current terminal
|
||||||
size = 10,
|
size = 10,
|
||||||
open_mapping = [[<c-\>]],
|
open_mapping = [[<c-t>]],
|
||||||
hide_numbers = true, -- hide the number column in toggleterm buffers
|
hide_numbers = true, -- hide the number column in toggleterm buffers
|
||||||
shade_filetypes = {},
|
shade_filetypes = {},
|
||||||
shade_terminals = true,
|
shade_terminals = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user