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
|
return vim.o.columns * 0.4
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
open_mapping = [[<c-\>]],
|
open_mapping = [[<F12>]],
|
||||||
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,
|
||||||
|
@ -69,8 +69,8 @@ M.toggleterm = function()
|
||||||
-- the 'curved' border is a custom border type
|
-- the 'curved' border is a custom border type
|
||||||
-- not natively supported but implemented in this plugin.
|
-- not natively supported but implemented in this plugin.
|
||||||
border = 'curved', -- single, double, shadow, or curved
|
border = 'curved', -- single, double, shadow, or curved
|
||||||
width = 120,
|
width = 200,
|
||||||
height = 32,
|
height = 50,
|
||||||
winblend = 10, -- transparancy
|
winblend = 10, -- transparancy
|
||||||
highlights = {
|
highlights = {
|
||||||
border = "Normal",
|
border = "Normal",
|
||||||
|
|
Loading…
Add table
Reference in a new issue