using okular instead of evince, dunno if I gonna keep it

This commit is contained in:
Tuan-Dat Tran
2018-12-11 15:21:52 +01:00
parent 160743e2e7
commit 10511d8d14
5 changed files with 20 additions and 3 deletions

View File

@@ -23,5 +23,5 @@ vmap "" da"`<C-R>""'<Esc>
" Compilation
map <C-c><C-c> <Esc>:RunBackgroundCommand latexmk -pdf -silent <C-r>%<Enter>:redraw!<Enter>
map <C-c><C-v> <Esc>:RunBackgroundCommand latexmk -c<Enter>
map <C-c><C-d> <Esc>:silent exec "!evince <C-r>%<Del><Del><Del>pdf &>/dev/null &"<Enter>
map <C-c><C-d> <Esc>:silent exec "!okular <C-r>%<Del><Del><Del>pdf &>/dev/null &"<Enter>