setlocal spell spelllang=de_de " Begin Shortcuts noremap YpkI\begin{A}jI\end{A}ko noremap! YpkI\begin{A}jI\end{A}ko inoremap ;it \begin{itemize}\end{itemize}k inoremap ;i \item{} inoremap "" "`"'hha inoremap ;fp \begin{tabular}{ccc}\topruleJa & Nein & Enthaltung \\ \midrule & & \\\bottomrule\end{tabular}0kk inoremap ;sec \section{}hi inoremap ;ssec \subsection{}hi inoremap ;sssec \subsubsection{}hi " Surround stuff vnoremap da\textbf{"} vnoremap da\underline{"} vnoremap da\textit{"} vnoremap da\emph{"} vnoremap ( da(") vnoremap "" da"`""' ":command! -complete=file -nargs=1 Rpdf :r !pdftotext -nopgbrk - ":command! -complete=file -nargs=1 Rpdf :r !pdftotext -nopgbrk - | fmt -csw78 " Compilation noremap :RunBackgroundCommand latexmk -pdf -silent "%":redraw! noremap :RunBackgroundCommand latexmk -c noremap :silent exec "!evince %pdf &>/dev/null &"