9 lines
234 B
Lua
9 lines
234 B
Lua
require("toggleterm").setup({
|
|
open_mapping = [[<C-\>]],
|
|
insert_mapping = true,
|
|
start_in_insert = true,
|
|
autochdir = true,
|
|
auto_scroll = false, -- automatically scroll to the bottom on terminal output
|
|
direction = "horizontal",
|
|
})
|