Changed shortcuts for Umlaute and improved compiling shortcuts

This commit is contained in:
TuDatTr
2020-01-20 01:04:10 +01:00
parent 5c0c9da67a
commit 229e27c84c
10 changed files with 32 additions and 30 deletions

View File

@@ -0,0 +1,10 @@
" setlocal spell spelllang=de_de
" set nospell
" Begin Shortcuts
" Compilation
map <C-c><C-c> <Esc>:!pandoc <C-r>% -o <C-r>%<Del><Del>pdf --from gfm --template $HOME/Templates/Pandoc/eisvogel --listings &>/dev/null & disown <CR><CR>
map <C-c><C-d> <Esc>:!evince <C-r>%<Del><Del>pdf &>/dev/null & disown <CR><CR>