add table-mode and toggleterm,change readme
This commit is contained in:
8
lua/plugin-config/toggleterm.lua
Normal file
8
lua/plugin-config/toggleterm.lua
Normal file
@ -0,0 +1,8 @@
|
||||
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",
|
||||
})
|
Reference in New Issue
Block a user