Disable vim terminal cmd
This commit is contained in:
parent
cef7886859
commit
816a0be564
25
vimrc
25
vimrc
|
@ -620,18 +620,19 @@ noremap Q <Nop>
|
||||||
"------------------------------------------------------------
|
"------------------------------------------------------------
|
||||||
|
|
||||||
" Open a terminal within vim. Use `exit` to close it.
|
" Open a terminal within vim. Use `exit` to close it.
|
||||||
if exists(':terminal')
|
" DISABLING because I don't use this and I want to use the <leader>t for opening my todo file.
|
||||||
noremap <leader>t :terminal<cr>
|
"if exists(':terminal')
|
||||||
tnoremap <leader>te <C-\><C-n>
|
" noremap <leader>t :terminal<cr>
|
||||||
tnoremap <A-h> <C-\><C-n><C-w>h
|
" tnoremap <leader>te <C-\><C-n>
|
||||||
tnoremap <A-j> <C-\><C-n><C-w>j
|
" tnoremap <A-h> <C-\><C-n><C-w>h
|
||||||
tnoremap <A-k> <C-\><C-n><C-w>k
|
" tnoremap <A-j> <C-\><C-n><C-w>j
|
||||||
tnoremap <A-l> <C-\><C-n><C-w>l
|
" tnoremap <A-k> <C-\><C-n><C-w>k
|
||||||
nnoremap <A-h> <C-w>h
|
" tnoremap <A-l> <C-\><C-n><C-w>l
|
||||||
nnoremap <A-j> <C-w>j
|
" nnoremap <A-h> <C-w>h
|
||||||
nnoremap <A-k> <C-w>k
|
" nnoremap <A-j> <C-w>j
|
||||||
nnoremap <A-l> <C-w>l
|
" nnoremap <A-k> <C-w>k
|
||||||
endif
|
" nnoremap <A-l> <C-w>l
|
||||||
|
"endif
|
||||||
|
|
||||||
" Jump to other buffers.
|
" Jump to other buffers.
|
||||||
noremap <c-k> <c-w><Up>
|
noremap <c-k> <c-w><Up>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user