Configured terminal mode

main
mandlm 2019-10-22 18:52:41 +02:00
parent c1f6f4b819
commit 14ab95faf7
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ set background=dark
" line numbers
set number
" terminal mode options
autocmd TermOpen * startinsert
tnoremap <ESC> <C-\><C-n>
" ctags config
set tags=./tags;
nnoremap <F2> <C-]>