nvim: remap toggleterm open to F12 (reverting change)

This commit is contained in:
PowerUser64 2023-05-01 21:41:43 -07:00
parent d0a2ed67d3
commit 8b8c09a722

View file

@ -40,7 +40,7 @@ M.toggleterm = function()
return vim.o.columns * 0.4
end
end,
open_mapping = [[<F1>]],
open_mapping = [[<F12>]],
hide_numbers = true, -- hide the number column in toggleterm buffers
shading_factor = '1', -- the degree by which to darken to terminal colour, default: 1 for dark backgrounds, 3 for light
start_in_insert = true,