dotfiles/vim/.vim/ftplugin/tex.vim

6 lines
123 B
VimL
Raw Permalink Normal View History

2023-11-02 10:11:39 +01:00
set concealcursor=""
highlight Conceal ctermfg=red
noremap <silent> <F12> <ESC>:silent !pdflatex % && mupdf %:r.pdf&<CR>