add table-mode and toggleterm,change readme

This commit is contained in:
gameloader
2022-10-07 19:27:54 +08:00
parent 1291acb250
commit 2d25c86d3c
8 changed files with 242 additions and 110 deletions

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