Terminal shortcuts
This commit is contained in:
parent
b0647949f8
commit
6271dab725
2 changed files with 16 additions and 0 deletions
6
cfg/50-terminal.vim
Normal file
6
cfg/50-terminal.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
" Open terminals
|
||||
nnoremap <Leader>tt :vertical rightb terminal<cr>
|
||||
nnoremap <Leader>tz :aboveleft terminal<cr>
|
||||
nnoremap <Leader>td :vertical rightbelow terminal<cr>
|
||||
nnoremap <Leader>ts :belowright terminal<cr>
|
||||
nnoremap <Leader>tq :vertical leftabove terminal<cr>
|
Loading…
Add table
Add a link
Reference in a new issue