update toggleterm configuration
This commit is contained in:
parent
5f6af39664
commit
3ed6191021
2 changed files with 2 additions and 22 deletions
|
|
@ -13,8 +13,8 @@ return {
|
|||
terminal_mappings = true, -- whether or not the open mapping applies in the opened terminals
|
||||
persist_size = true,
|
||||
persist_mode = true, -- if set to true (default) the previous terminal mode will be remembered
|
||||
direction = 'horizontal',
|
||||
close_on_exit = true, -- close the terminal window when the process exits
|
||||
direction = 'tab',
|
||||
close_on_exit = false, -- close the terminal window when the process exits
|
||||
shell = vim.o.shell, -- change the default shell
|
||||
auto_scroll = true, -- automatically scroll to the bottom on terminal output
|
||||
open_mapping = [[<F7>]],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue