This commit is contained in:
Luke Smith
2020-11-08 20:17:46 -05:00
parent a801ddcbfc
commit ae2db4ee1a

View File

@@ -84,7 +84,7 @@ set clipboard+=unnamedplus
nnoremap S :%s//g<Left><Left>
" Compile document, be it groff/LaTeX/markdown/etc.
map <leader>c :w! \| !compiler <c-r>%<CR>
map <leader>c :w! \| !compiler "<c-r>%"<CR>
" Open corresponding .pdf/.html or preview
map <leader>p :!opout <c-r>%<CR><CR>