Automatically resize the terminal split

This commit is contained in:
ItsDrike 2021-12-03 23:37:44 +01:00
parent 325c74be91
commit 682a63b9d1
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -62,7 +62,7 @@ nmap("<C-z>", ":undo<CR>")
nmap("<C-y>", ":redo<CR>")
-- Terminal
nmap("<C-t>", ":split term://zsh<CR>i")
nmap("<C-t>", ":split term://zsh<CR>:resize -7<CR>i")
nmap("<C-A-t>", ":vnew term://zsh<CR>i")
nmap("<A-T>", ":tabnew term://zsh<CR>i")
tmap("<Esc>", "<C-\\><C-n>")