nvim: Modified terminal settings

This commit is contained in:
PowerUser64 2021-09-24 01:00:43 -07:00
parent 6f8a11cb1a
commit 0f622a8951

View file

@ -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",