nvim-config/lua/plugin-config/toggleterm.lua
2022-10-07 19:27:54 +08:00

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",
})