Resize terminal in nvim to 10 lines automatically when opening
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -155,8 +155,8 @@ nnoremap <silent> <C-d> :botright terminal ++close<CR>
|
|||||||
inoremap <silent> <C-d> <Esc>:botright terminal ++close<CR>
|
inoremap <silent> <C-d> <Esc>:botright terminal ++close<CR>
|
||||||
" nvim uses a different terminal approach – more vim-like actually :-P
|
" nvim uses a different terminal approach – more vim-like actually :-P
|
||||||
if has('nvim')
|
if has('nvim')
|
||||||
nnoremap <silent> <C-d> :botright :split term://bash<CR>i
|
nnoremap <silent> <C-d> :botright :split term://bash<CR>:resize -100<CR>:set winheight=10 wfh<CR>i
|
||||||
inoremap <silent> <C-d> <Esc>:botright :split term://bash<CR>i
|
inoremap <silent> <C-d> <Esc>:botright :split term://bash<CR>:resize -100<CR>:set winheight=10 wfh<CR>i
|
||||||
tnoremap <Esc> <C-\><C-n>
|
tnoremap <Esc> <C-\><C-n>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user