From 89f31e2b70c191ca0fbd8763355d0966939df92f Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 19 Mar 2023 21:50:16 +0100 Subject: [PATCH] feat(vim) latex support and fix mappings for tabs --- .vimrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index a8934b2..8793f13 100644 --- a/.vimrc +++ b/.vimrc @@ -16,15 +16,20 @@ Plugin 'godlygeek/tabular' " Plugin 'preservim/vim-markdown' Plugin 'vim-pandoc/vim-pandoc' Plugin 'vim-pandoc/vim-pandoc-syntax' +Plugin 'WolfgangMehner/latex-support' call vundle#end() " required filetype plugin indent on " required set number relativenumber -nnoremap :tabprevious + +nnoremap :tabprevious nnoremap :tabnext -nnoremap :tabprevious +nnoremap :tabprevious nnoremap :tabnext +nnoremap :tabclose + +:command Ttp !pdflatex %:t set shell=/bin/bash