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{}i inoremap ;ssec \subsection{}i inoremap ;sssec \subsubsection{}i " 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 :!latexmk -pdf -silent "%" &>/dev/null & disown :redraw! noremap :!latexmk -c &>/dev/null & disown noremap :!zathura %pdf &>/dev/null & disown