\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Huluvu424242 (FunThomas424242)} \pdfinfo{ /Title (vi-kommandos.pdf) /Creator (Cheatography) /Author (Huluvu424242 (FunThomas424242)) /Subject (VI Kommandos Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{A3A3A3} \definecolor{LightBackground}{HTML}{F3F3F3} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{VI Kommandos Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Huluvu424242 (FunThomas424242)} via \textcolor{DarkBackground}{\uline{cheatography.com/19991/cs/16426/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Huluvu424242 (FunThomas424242) \\ \uline{cheatography.com/funthomas424242} \\ \uline{\seqsplit{github}.com/Huluvu424242} \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 22nd July, 2018.\\ Updated 22nd July, 2018.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{x{1.76 cm} x{6.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Cursorpositionierung}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{Pfeiltasten} & Navigation in die entsprechende Richtung \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} h j k l & links runter hoch rechts \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} b & Anfang letztes Wort \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} B & Anfang letztes Wort, dessen Trenner ein Blank ist (Trenner = Zeichen direkt vor oder hinter dem Wort) \tn % Row Count 8 (+ 4) % Row 4 \SetRowColor{LightBackground} w & Anfang n{\"a}chstes Wort \tn % Row Count 9 (+ 1) % Row 5 \SetRowColor{white} W & Anfang n{\"a}chstes Wort, mit Blank als Trenner \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} e & Ende des n{\"a}chsten Wortes \tn % Row Count 12 (+ 1) % Row 7 \SetRowColor{white} E & Ende des n{\"a}chsten Wortes, mit Blank als Trenner \tn % Row Count 14 (+ 2) % Row 8 \SetRowColor{LightBackground} 0 & erste Spalte der aktuellen Zeile \tn % Row Count 16 (+ 2) % Row 9 \SetRowColor{white} \$ & letztes Zeichen der aktuellen Zeile \tn % Row Count 18 (+ 2) % Row 10 \SetRowColor{LightBackground} G & letzte Zeile im File \tn % Row Count 19 (+ 1) % Row 11 \SetRowColor{white} 1G & erste Zeile im File \tn % Row Count 20 (+ 1) % Row 12 \SetRowColor{LightBackground} nG & n-te Zeile im File \tn % Row Count 21 (+ 1) % Row 13 \SetRowColor{white} H & linke obere Ecke des Bildschirmes \tn % Row Count 23 (+ 2) % Row 14 \SetRowColor{LightBackground} M & mittlere Zeile des Bildschirmes \tn % Row Count 24 (+ 1) % Row 15 \SetRowColor{white} L & letzte Zeile des Bildschirmes \tn % Row Count 25 (+ 1) % Row 16 \SetRowColor{LightBackground} + & Textanfang der n{\"a}chsten Zeile \tn % Row Count 26 (+ 1) % Row 17 \SetRowColor{white} - & Textanfang der vorherigen Zeile \tn % Row Count 27 (+ 1) % Row 18 \SetRowColor{LightBackground} ( & Anfang des vorherigen Satzes \tn % Row Count 28 (+ 1) % Row 19 \SetRowColor{white} ) & Ende des aktuellen Satzes \tn % Row Count 29 (+ 1) % Row 20 \SetRowColor{LightBackground} \{ & Anfang der vorherigen Leerzeile bzw. Absatzes \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{1.76 cm} x{6.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Cursorpositionierung (cont)}} \tn % Row 21 \SetRowColor{LightBackground} \} & Anfang der n{\"a}chsten Leerzeile bzw. Absatzes \tn % Row Count 2 (+ 2) % Row 22 \SetRowColor{white} {[}{[} & Anfang eines mit \textasciicircum{}L oder \{ gekennzeichneten Abschnittes \tn % Row Count 4 (+ 2) % Row 23 \SetRowColor{LightBackground} {]}{]} & Endes eines mit \textasciicircum{}L oder \} gekennzeichneten Abschnittes \tn % Row Count 6 (+ 2) % Row 24 \SetRowColor{white} /{\emph{string}} & n{\"a}chste Zeile die {\emph{string}} enth{\"a}lt \tn % Row Count 8 (+ 2) % Row 25 \SetRowColor{LightBackground} ?{\emph{string}} & vorherige Zeile die {\emph{string}} enth{\"a}lt \tn % Row Count 10 (+ 2) % Row 26 \SetRowColor{white} n N & Suchwiederholung vorw{\"a}rts bzw. rückw{\"a}rts \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} x{7.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Text eingeben}} \tn % Row 0 \SetRowColor{LightBackground} i & Einfügen links vom Cursor \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} I & Einfügen am Zeilenbeginn \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} a & Einfügen rechts vom Cursor \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} A & Einfügen am Zeilenende \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} o & Einfügen einer neuen Zeile unterhalb des Cursors \tn % Row Count 6 (+ 2) % Row 5 \SetRowColor{white} O & Einfügen einer neuen Zeile oberhalb des Cursors \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Alle oben aufgeführten Kommandos sind mit ESC abzuschlie{\ss}en} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.88 cm} x{7.12 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{L{\"o}schen von Text}} \tn % Row 0 \SetRowColor{LightBackground} x & L{\"o}sche Zeichen unter dem Cursor \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} dd & L{\"o}sche aktuelle Zeile \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} {\emph{n}}dd & L{\"o}sche die aktuelle Zeile und die folgenden {\emph{n}}-1 Zeilen \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} dj & L{\"o}sche die aktuelle und die n{\"a}chste Zeile \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} dw & L{\"o}sche alle Zeichen von der aktuellen Cursorpositoion bis Wortende \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} d\} & L{\"o}sche alle Zeichen von der aktuellen Cursorposition bis zur n{\"a}chsten Leerzeile \tn % Row Count 11 (+ 3) % Row 6 \SetRowColor{LightBackground} D & L{\"o}sche alle Zeichen von der aktuellen Cursorposition bis zum Zeilenende \tn % Row Count 14 (+ 3) % Row 7 \SetRowColor{white} dL & L{\"o}sche alle Zeichen von der aktuellen Cursorposition bis zum Bildschirmende \tn % Row Count 17 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.56 cm} x{5.44 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Filemanipulation}} \tn % Row 0 \SetRowColor{LightBackground} :w & Speichern \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} :x :wq ZZ & Speichern und Schliessen \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} :q & Ohne Speichern Schliessen \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} w {\emph{file}} & Speichere in {\emph{file}} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} :w\textgreater{}\textgreater{}{\emph{file}} & H{\"a}nge Inhalt an {\emph{file}} an \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} :m,nw {\emph{file}} & Schreibe die Zeilen m bis n nach {\emph{file}} \tn % Row Count 7 (+ 2) % Row 6 \SetRowColor{LightBackground} :r {\emph{file}} & Füge {\emph{file}} nach der aktuellen Zeile ein \tn % Row Count 9 (+ 2) % Row 7 \SetRowColor{white} :e {\emph{file}} & Editiere {\emph{file}} \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} :e! {\emph{file}} & Editiere {\emph{file}} unter Verlust der bisher editierten Datei im Arbeitsspeicher \tn % Row Count 13 (+ 3) % Row 9 \SetRowColor{white} :r! {\emph{unix\_kommando}} & Führe {\emph{unix\_kommando}} aus und schreibe die Ausgabe an die aktuelle Position \tn % Row Count 16 (+ 3) % Row 10 \SetRowColor{LightBackground} :n & Editiere das n{\"a}chste Fiel (bei mehreren zu {\"o}ffnenden) \tn % Row Count 19 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.12 cm} x{4.88 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Einstellungen des Editors}} \tn % Row 0 \SetRowColor{LightBackground} :set all & Zeige alle eingestellten Optionen an \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} :set \textless{}option\textgreater{}{[}=zeichen{]} & Setzen einer Option \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.16 cm} x{5.84 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Nützliche Tasten}} \tn % Row 0 \SetRowColor{LightBackground} CTRL-L & Baut den Bildschirm neu auf \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} CTRL-f / CTRL-F & Bl{\"a}ttern Bildschirmseite vorw{\"a}rts \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} CTRL-b / CTRL-B & Bl{\"a}ttern Bildschirmseite rückw{\"a}rts \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} CTRL-G & Zeigt eine Statuszeile mit Infos zum Bearbeitungsstand an \tn % Row Count 7 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.56 cm} x{5.44 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Vi starten}} \tn % Row 0 \SetRowColor{LightBackground} vi {\emph{file}} & Editiere {\emph{file}} und setze den Cursor an den Dateianfang \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} vi {\emph{+n file}} & Editiere {\emph{file}} und setze den Cursor in Zeile {\emph{n}} \tn % Row Count 5 (+ 2) % Row 2 \SetRowColor{LightBackground} vi {\emph{+\$ file}} & Editiere {\emph{file}} und setze den Cursor in die letzte Zeile \tn % Row Count 8 (+ 3) % Row 3 \SetRowColor{white} vi {\emph{+/ string file}} & Editiere {\emph{file}} beginnend mit der 1. Zeile, die {\emph{string}} enth{\"a}lt \tn % Row Count 11 (+ 3) % Row 4 \SetRowColor{LightBackground} vi {\emph{-R file}} & Öffne {\emph{file}} nur zum Lesen und nicht zum Modifizieren \tn % Row Count 13 (+ 2) % Row 5 \SetRowColor{white} vi {\emph{*}} & Editiere alle Dateien im aktuellen Verzeichnis - nacheinander \tn % Row Count 16 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.44 cm} x{6.56 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Tasten im Eingabemodus}} \tn % Row 0 \SetRowColor{LightBackground} ESC & Beendet den Eingabemodus \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \seqsplit{BACKSPACE} & L{\"o}scht das letzte Zeichen, das eingegeben wurde \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} CTRL-W & L{\"o}scht das letzte Wort, das eingegeben wurde \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} CTRL-X & L{\"o}scht die letzte Zeile, die eingegeben wurde \tn % Row Count 7 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.88 cm} x{7.12 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Änderungen rücksetzen und Wiederholung}} \tn % Row 0 \SetRowColor{LightBackground} u & Mache den letzten Befehl rückg{\"a}ngig \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} U & Mache alle Änderungen der aktuellen Zeile rückg{\"a}ngig \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} "{\emph{n}}p & Stelle den {\emph{n-ten}} gel{\"o}schten Text wieder her und füge ihn an der aktuellen Stelle wieder ein \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} . & Wiederhole das zuletzt eingegebene Kommando \tn % Row Count 9 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.28 cm} x{4.72 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Ersetzen von Text}} \tn % Row 0 \SetRowColor{LightBackground} r & Ersetze das Zeichen auf dem der Cursor steht - Ende ohne ESC \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} R & Ersetze den Text von aktueller Position - Ende mit ESC \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}S{\emph{neuer\_text}}ESC & aktuelle Zeile ersetzen durch {\emph{neuer\_text}} \tn % Row Count 8 (+ 2) % Row 3 \SetRowColor{white} \{\{nobreak\}\}nS{\emph{neuer\_text}}ESC & n Zeilen ersetzen durch {\emph{neuer\_text}}, ab aktuelle Zeile \tn % Row Count 11 (+ 3) % Row 4 \SetRowColor{LightBackground} C{\emph{neuer\_text}}ESC & alle Zeichen von aktueller Position bis Zeilenende durch {\emph{neuer\_text}} ersetzen \tn % Row Count 15 (+ 4) % Row 5 \SetRowColor{white} cw{\emph{neuer\_text}}ESC & alle Zeichen von aktueller Position bis Wortende mit {\emph{neuer\_text}} ersetzen \tn % Row Count 19 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.92 cm} x{4.08 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Globales Ersetzen}} \tn % Row 0 \SetRowColor{LightBackground} :1,\$s/{\emph{string/neuer\_text/g}} & Suche alle {\emph{string}} und ersetze sie durch {\emph{neuer\_text}} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \{\{nobreak\}\}:m,ns/{\emph{string/neuer\_text/g}} & Suche alle {\emph{string}} innerhalb der Zeilen m bis n und ersetze sie durch {\emph{neuer\_text}} \tn % Row Count 8 (+ 5) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}:1,\$s/{\emph{string/neuer\_text/gc}} & Suche alle {\emph{string}} und ersetze sie durch {\emph{neuer\_text}} nach Erlaubnis \tn % Row Count 12 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} x{7.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Verlagern von Text}} \tn % Row 0 \SetRowColor{LightBackground} yy Y & Kopiere die aktuelle Zeile in den default Puffer \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} nY & Kopiere die aktuelle und die folgenden n-1 Zeilen in den default Puffer \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} n"xY & Kopiere die aktuelle und die folgenden n-1 Zeilen in den Puffer x \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Yp & Verdopple die aktuelle Zeile \tn % Row Count 7 (+ 1) % Row 4 \SetRowColor{LightBackground} nYp & Verdopple n Zeilen und füge sie nach der aktuellen Zeile ein \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} p & Füge den Inhalt des default Puffers unterhalb der aktuellen Zeile ein \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} P & Füge den Inhalt des default Puffers oberhalb der aktuellen Zeile ein \tn % Row Count 13 (+ 2) % Row 7 \SetRowColor{white} P & Füge den Inhalt des default Puffers oberhalb der aktuellen Zeile ein \tn % Row Count 15 (+ 2) % Row 8 \SetRowColor{LightBackground} "xp & Füge den Inhalt des Puffers {\emph{x}} unterhalb der aktuellen Zeile ein \tn % Row Count 17 (+ 2) % Row 9 \SetRowColor{white} "xP & Füge den Inhalt des Puffers {\emph{x}} oberhalb der aktuellen Zeile ein \tn % Row Count 19 (+ 2) % Row 10 \SetRowColor{LightBackground} J & H{\"a}nge die n{\"a}chste Zeile an das Ender der aktuellen Zeile an \tn % Row Count 21 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Nutzen der 27 Puffer des vi \newline (26 durch Buchstaben gekennzeichnet und einer als default)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}