\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{gcamach0} \pdfinfo{ /Title (worfkflow.pdf) /Creator (Cheatography) /Author (gcamach0) /Subject (Worfkflow 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{Worfkflow Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{gcamach0} via \textcolor{DarkBackground}{\uline{cheatography.com/173101/cs/36371/}}} \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}gcamach0 \\ \uline{cheatography.com/gcamach0} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 6th January, 2023.\\ 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*}{3} \begin{tabularx}{5.377cm}{x{1.34379 cm} x{3.63321 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Bash Shorcuts}} \tn % Row 0 \SetRowColor{LightBackground} CTRL + a & Go to start of line \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} CTRL-e & Go to end of line \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} CTRL-u & Cut from start of line \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} CTRL-k & Cut to end of line \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.43873 cm} x{2.53827 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Tmux comands}} \tn % Row 0 \SetRowColor{LightBackground} Create named session & \$ tmux new -s webserver \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Creating detached sessions & \$ tmux new -s personal -d \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Attach to last created session & \$ tmux a \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Attach to a specific session & \$ tmux a -t personal \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} Kill Tmux session & \$ tmux kill-session -t personal \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} Kill al tmux sessions & \$ tmux kill-server \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.73735 cm} x{2.23965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Tmux shorcuts}} \tn % Row 0 \SetRowColor{LightBackground} Dettach from a session & prefix + d \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Kill a session while attached & prefix + x \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Split panes horizontally & prefix + " \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Split panes vertically & prefix + \% \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} Switch between panes & prefix + Arrow keys \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} Swap panes & prefix + o \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} Kill panes & prefix + x \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} Toggle on/off zoom & prefix + z \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} Resize panes & hold prefix + Arrow keys \tn % Row Count 13 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.58344 cm} x{1.39356 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Scripts}} \tn % Row 0 \SetRowColor{LightBackground} Open tmux session & CTRL + o \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} FZF cd into & ALT + c \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} FZF previous commands & CTRL + R \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} FZF file & CTRL + T \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{1.64241 cm} x{3.33459 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Quickfix list}} \tn % Row 0 \SetRowColor{LightBackground} Close & CTRL + q \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} CNext & CTRL + k \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} CPrev & CTRL + j \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} LNext & \textless{}leader\textgreater{}k \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} LPrev & \textless{}leader\textgreater{} j \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.73735 cm} x{2.23965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Vim splits}} \tn % Row 0 \SetRowColor{LightBackground} Create vertical split & (CTRL-w) + v \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Create horizontal split & (CTRL-w) + s \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Close split & (CTRL+ w) + q \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} Resize split & (CTRL + w) \textless{}, \textgreater{}, +, - \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} Switch split & (CTRL-w) + h, j, k, l \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} Rezise split several times & (CTRL + w) n -/+ \tn % Row Count 10 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.9862 cm} x{1.9908 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Vim}} \tn % Row 0 \SetRowColor{LightBackground} Next/prev ocurrence & n/N \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Insert mode one char ahead & a \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Replace strings & :\%s/target/new \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} Search and replace & (V) :s/target/new \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} Replace current word & \textless{}leader\textgreater{}s \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} Make file executable & \textless{}leader\textgreater{}x \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} Copy to clipboard & \textless{}leader\textgreater{}Y \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} Swich lines positions & J, K \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} Comment/uncomment line & gcc \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} Comment/uncomment block & gc \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Netrw}} \tn % Row 0 \SetRowColor{LightBackground} Rename/Move & R \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Create a new file & \% \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Create directory & D \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Delete file & d \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.18528 cm} x{1.79172 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{LSP}} \tn % Row 0 \SetRowColor{LightBackground} Signature help & (I) CTRL + h \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Go to definition & gd \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Hover & K \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Workspace symbol & \textless{}leader\textgreater{}vws \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Open diagnostic & \textless{}leader\textgreater{}vd \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Go to next diagnostic & {[}d \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Go to prev diagnostic & {]}d \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Code actions & \textless{}leader\textgreater{}vca \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} References & \textless{}leader\textgreater{}vrr \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Rename & \textless{}leader\textgreater{}vrn \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Format code & \textless{}leader\textgreater{}f \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Open mason & :Mason \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.58344 cm} x{1.39356 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Telescope}} \tn % Row 0 \SetRowColor{LightBackground} Find files & \textless{}leader\textgreater{}pf \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Find including git ignored & \textless{}leader\textgreater{}pg \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Grep & \textless{}leader\textgreater{}ps \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Fugitive keymaps}} \tn % Row 0 \SetRowColor{LightBackground} Open fugitive window & \textless{}leader\textgreater{}gs \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Quit fugitive & CTRL + q \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Git push & \textless{}leader\textgreater{}p (inside fugitive) \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} Git pull (rebase) & \textless{}leader\textgreater{}P (inside fugitive) \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} Git push setting the branch & \textless{}leader\textgreater{}t (inside fugitive) \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.13551 cm} x{1.84149 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Amethyst shorcuts}} \tn % Row 0 \SetRowColor{LightBackground} Cycle layout fordward & ALT + SHIFT + space \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Move focus counter clockwise & ALT + SHIFT + j \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Move focus clockwise & ALT + SHIFT + k \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Move focus to main window & ALT + SHIFT + m \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} Swap focused windows counter clockwise & CTRL + ALT + SHIFT + j \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} Swap focused windows clockwise & CTRL + ALT + SHIFT + k \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} Throw focused window to space n & CTRL + ALT + SHIFT + n \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} Force window to be reevaluated & ALT + SHIFT + z \tn % Row Count 16 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.58804 cm} x{2.38896 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{SO}} \tn % Row 0 \SetRowColor{LightBackground} Racyast & CMD + space \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Full screen & CTRL + CMD + f \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Switch to space & ALT + n \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.54287 cm} x{3.43413 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Rectangle}} \tn % Row 0 \SetRowColor{LightBackground} Maximize & CTRL + ALT + enter \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.28482 cm} x{1.69218 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Vim motions}} \tn % Row 0 \SetRowColor{LightBackground} Insert mode ahead & a \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Insert mode before & i \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} End of the line insert mode & A \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} Jump to begin next/prev line & +/- \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} Jump beginning/end next word & w/e \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} Jump beginning/end prev word & b/ge \tn % Row Count 10 (+ 2) % Row 6 \SetRowColor{LightBackground} Jump end of the line & \textasciicircum{}/0 \tn % Row Count 11 (+ 1) % Row 7 \SetRowColor{white} Juemp bebinning of the line & \$ \tn % Row Count 13 (+ 2) % Row 8 \SetRowColor{LightBackground} Jump to specific char & f + char \tn % Row Count 14 (+ 1) % Row 9 \SetRowColor{white} Go to beginning/end of the file & gg/G \tn % Row Count 16 (+ 2) % Row 10 \SetRowColor{LightBackground} Go up/down half page & CTRL + U/D \tn % Row Count 17 (+ 1) % Row 11 \SetRowColor{white} Center screen & zz \tn % Row Count 18 (+ 1) % Row 12 \SetRowColor{LightBackground} Go to next/prev block & {[}/{]} \tn % Row Count 19 (+ 1) % Row 13 \SetRowColor{white} Go to line number & num/G \tn % Row Count 20 (+ 1) % Row 14 \SetRowColor{LightBackground} Jump to matching braket & \% \tn % Row Count 21 (+ 1) % Row 15 \SetRowColor{white} Go to file & gf \tn % Row Count 22 (+ 1) % Row 16 \SetRowColor{LightBackground} Go to Top/Mid/Bot screen & H/M/L \tn % Row Count 23 (+ 1) % Row 17 \SetRowColor{white} Go to next/prev match & n/N \tn % Row Count 24 (+ 1) % Row 18 \SetRowColor{LightBackground} Alternate file & CTRL + SHIFT + 6 \tn % Row Count 26 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.9816 cm} x{0.9954 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Fugitive maps}} \tn % Row 0 \SetRowColor{LightBackground} Stage the file under cursor & s \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Unstage the file under cursor & u \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Stage/unstage file under cursor & - \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Unstage everything & U \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Discard changes & X \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} During merge checkout ours & 2X \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} During merge Checkout theirs & 3X \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Toggle inline diff under cursor & = \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Insert an inline diff of the file under cursor & \textgreater{} \tn % Row Count 10 (+ 2) % Row 9 \SetRowColor{white} Remove the inline diff of the file under cursor & \textless{} \tn % Row Count 12 (+ 2) % Row 10 \SetRowColor{LightBackground} Patch files under cursor & I/P \tn % Row Count 13 (+ 1) % Row 11 \SetRowColor{white} Open vertical diff split & dv \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} Open the file under cursor on a new split & o \tn % Row Count 16 (+ 2) % Row 13 \SetRowColor{white} Open the file under cursor on a vertical split & gO \tn % Row Count 18 (+ 2) % Row 14 \SetRowColor{LightBackground} Jump to previous/next file & (/) \tn % Row Count 19 (+ 1) % Row 15 \SetRowColor{white} Jump to next file expanding inline diff & i \tn % Row Count 21 (+ 2) % Row 16 \SetRowColor{LightBackground} Jump to unstaged section & gu \tn % Row Count 22 (+ 1) % Row 17 \SetRowColor{white} Jump to staged section & gs \tn % Row Count 23 (+ 1) % Row 18 \SetRowColor{LightBackground} Jumpt to unpushed section & gp \tn % Row Count 24 (+ 1) % Row 19 \SetRowColor{white} Open .gitignore & {[}number{]}gi \tn % Row Count 26 (+ 2) % Row 20 \SetRowColor{LightBackground} Create commit & cc \tn % Row Count 27 (+ 1) % Row 21 \SetRowColor{white} Amend the last commit and edit msg & ca \tn % Row Count 29 (+ 2) % Row 22 \SetRowColor{LightBackground} Amend last commit without editing the msg & ce \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{3.9816 cm} x{0.9954 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Fugitive maps (cont)}} \tn % Row 23 \SetRowColor{LightBackground} Reword the last commit & cw \tn % Row Count 1 (+ 1) % Row 24 \SetRowColor{white} Populate command line with :Git commit & c\textless{}space\textgreater{} \tn % Row Count 3 (+ 2) % Row 25 \SetRowColor{LightBackground} Populate command line with :Git merge & cm\textless{}space\textgreater{} \tn % Row Count 5 (+ 2) % Row 26 \SetRowColor{white} Populate command line with :Git checkout & co\textless{}space\textgreater{} \tn % Row Count 7 (+ 2) % Row 27 \SetRowColor{LightBackground} Populate command line with :Git branch & cb\textless{}space\textgreater{} \tn % Row Count 9 (+ 2) % Row 28 \SetRowColor{white} Populate command line with :Git stash & cz\textless{}space\textgreater{} \tn % Row Count 11 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}