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