mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Automatically resize the terminal split
This commit is contained in:
parent
325c74be91
commit
682a63b9d1
|
@ -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>")
|
||||
|
|
Loading…
Reference in a new issue