Back to evince!

This commit is contained in:
Tuan-Dat Tran
2019-01-22 16:12:50 +01:00
parent 472f5c722b
commit 25339689bc
8 changed files with 23 additions and 8 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 "!okular <C-r>%<Del><Del><Del>pdf &>/dev/null &"<Enter>
map <C-c><C-d> <Esc>:silent exec "!evince <C-r>%<Del><Del><Del>pdf &>/dev/null &"<Enter>