2024-08-24 12:21:51 +02:00

7 lines
141 B
VimL

set concealcursor=""
set textwidth=100
highlight Conceal ctermfg=red
noremap <silent> <F12> <ESC>:silent !pdflatex % && mupdf %:r.pdf&<CR>