nvim: remap toggleterm open to F12 (reverting change)
This commit is contained in:
parent
d0a2ed67d3
commit
8b8c09a722
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue