Add shrotcut to launch terminal in Neovim and Vim

This commit is contained in:
Dionisio E Alonso 2019-04-16 19:25:59 -03:00
parent 7b2864f3f1
commit bcd5692bf0
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ if has('autocmd')
augroup END
endif
command -nargs=? Terminal 16split|terminal <args>
nnoremap <silent> <leader>tt :16split<cr>:terminal<cr>
" Theming
silent! colorscheme aldmeris

View File

@ -34,6 +34,7 @@ endif
let g:indentLine_char = '⦙'
command -nargs=? Terminal terminal ++rows=16 <args>
nnoremap <silent> <leader>tt :terminal ++rows=16<CR>
" Theming
silent! colorscheme aldmeris