nvim: Modified terminal settings
This commit is contained in:
parent
6f8a11cb1a
commit
0f622a8951
1 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ M.toggleterm = function()
|
|||
return vim.o.columns * 0.4
|
||||
end
|
||||
end,
|
||||
open_mapping = [[<c-\>]],
|
||||
open_mapping = [[<F12>]],
|
||||
hide_numbers = true, -- hide the number column in toggleterm buffers
|
||||
shade_filetypes = {},
|
||||
shade_terminals = true,
|
||||
|
@ -69,8 +69,8 @@ M.toggleterm = function()
|
|||
-- the 'curved' border is a custom border type
|
||||
-- not natively supported but implemented in this plugin.
|
||||
border = 'curved', -- single, double, shadow, or curved
|
||||
width = 120,
|
||||
height = 32,
|
||||
width = 200,
|
||||
height = 50,
|
||||
winblend = 10, -- transparancy
|
||||
highlights = {
|
||||
border = "Normal",
|
||||
|
|
Loading…
Add table
Reference in a new issue