mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-06 15:49:19 +01:00
7 lines
125 B
Lua
7 lines
125 B
Lua
local tterm = require "toggleterm"
|
|
|
|
tterm.setup {
|
|
size = 64,
|
|
open_mapping = [[<C-t>]],
|
|
direction = "vertical",
|
|
}
|