Preview commands

This commit is contained in:
Michael Mandl 2019-10-22 19:09:13 +02:00
parent 9db0786f00
commit bc0db1504b

View file

@ -39,6 +39,9 @@ set background=dark
" line numbers
set number
" preview commands
set inccommand=split
" terminal mode options
autocmd TermOpen * startinsert
tnoremap <ESC> <C-\><C-n>