Configured terminal mode
This commit is contained in:
parent
c1f6f4b819
commit
14ab95faf7
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ set background=dark
|
||||||
" line numbers
|
" line numbers
|
||||||
set number
|
set number
|
||||||
|
|
||||||
|
" terminal mode options
|
||||||
|
autocmd TermOpen * startinsert
|
||||||
|
tnoremap <ESC> <C-\><C-n>
|
||||||
|
|
||||||
" ctags config
|
" ctags config
|
||||||
set tags=./tags;
|
set tags=./tags;
|
||||||
nnoremap <F2> <C-]>
|
nnoremap <F2> <C-]>
|
||||||
|
|
Loading…
Reference in a new issue