Set default size of terminal windows to 12 lines

This commit is contained in:
2021-04-11 13:53:34 +02:00
parent ddaecabe97
commit 025c4b22ab

View File

@@ -17,4 +17,4 @@ noremap <C-c> "+y
map! <C-v> <C-o>"+p map! <C-v> <C-o>"+p
" Open the terminal in a separate window " Open the terminal in a separate window
noremap <A-t> :belowright split term://zsh<CR> noremap <A-t> :belowright split +resize12 term://zsh<CR>