remove latex shortcuts

replace with typst perhaps?
This commit is contained in:
Noah Masur 2024-01-01 19:48:36 -05:00
parent b5a9da8011
commit f192e53e7a

View File

@ -69,10 +69,6 @@
" Remember last position when reopening file
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal! g`\"" | endif
" LaTeX options
au FileType tex inoremap ;bf \textbf{}<Esc>i
au BufWritePost *.tex silent! execute "!pdflatex -output-directory=%:p:h % >/dev/null 2>&1" | redraw!
" Flash highlight when yanking
au TextYankPost * silent! lua vim.highlight.on_yank { timeout = 250 }
'';