fix: nb change open mapping for the terminal
This commit is contained in:
parent
7499a21cbd
commit
ec19103a81
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ local config = {
|
||||||
on_config_done = nil,
|
on_config_done = nil,
|
||||||
-- size can be a number or function which is passed the current terminal
|
-- size can be a number or function which is passed the current terminal
|
||||||
size = 60,
|
size = 60,
|
||||||
open_mapping = [[<c-t>]],
|
open_mapping = [[<M-t>]],
|
||||||
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue