This commit is contained in:
Luke Smith 2020-11-08 20:17:46 -05:00
parent a801ddcbfc
commit ae2db4ee1a
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

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>