diff --git a/.vimrc b/.vimrc index ff41b39..c056932 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' + " Python-mode Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }