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