From 0df503d0950bb4f39bb016f1488c73330d8edf98 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 16 Jul 2025 22:41:36 +0200 Subject: [PATCH] cheatsheet --- .gitignore | 4 ++++ cheatsheet/cheatsheet.tex | 20 +------------------- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index cc5457a..7953ca4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ debug foo.* *.log data +cheatsheet/cheatsheet.aux +cheatsheet/cheatsheet.out +cheatsheet/cheatsheet.pdf + diff --git a/cheatsheet/cheatsheet.tex b/cheatsheet/cheatsheet.tex index b2efe01..1105b14 100644 --- a/cheatsheet/cheatsheet.tex +++ b/cheatsheet/cheatsheet.tex @@ -122,25 +122,7 @@ \vspace{1cm} % ----------------- -\section*{Git} -\begin{tabular}{|>{\raggedright}p{5cm}|p{9cm}|} -\hline -\textbf{Shortcut} & \textbf{Aktion} \\ -\hline -\texttt{ g g} & LazyGit öffnen \\ -\hline -\texttt{ g s} & Git-Status anzeigen \\ -\hline -\texttt{ g c} & Commit \\ -\hline -\texttt{ g b} & Branches anzeigen \\ -\hline -\end{tabular} - -\vspace{1cm} - -% ----------------- \section*{Sonstiges} \begin{tabular}{|>{\raggedright}p{5cm}|p{9cm}|} @@ -151,7 +133,7 @@ \hline \texttt{ q} & Quickfix öffnen/schließen \\ \hline -\texttt{ t} & Toggle-Optionen (z. B. relative Zeilen) \\ +\texttt{ g g} & LazyGit öffnen \\ \hline \end{tabular}