diff --git a/.vimrc b/.vimrc index 87d851e..4eebe69 100644 --- a/.vimrc +++ b/.vimrc @@ -35,6 +35,11 @@ inoremap > strpart(getline('.'), col('.')-1, 1) == ">" ? "\" : ">" "inoremap " "" "inoremap ' '' +" Tab navigation +nmap :tabnew +nmap :tabprev +nmap :tabnext + " redefine some default colors highlight Search ctermfg=Black highlight Comment ctermfg=012 @@ -66,6 +71,9 @@ Plug 'vim-airline/vim-airline' " Git diff in sign column Plug 'airblade/vim-gitgutter' +" Latex plugin +Plug 'lervag/vimtex' + call plug#end()