\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{{[}clojuring{]} (Dev Patel)} \pdfinfo{ /Title (cider-in-spacemacs.pdf) /Creator (Cheatography) /Author ({[}clojuring{]} (Dev Patel)) /Subject (CIDER (in Spacemacs) 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}{4EA38A} \definecolor{LightBackground}{HTML}{F3F9F7} \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{CIDER (in Spacemacs) Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{{[}clojuring{]} (Dev Patel)} via \textcolor{DarkBackground}{\uline{cheatography.com/121977/cs/22505/}}} \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}{[}clojuring{]} (Dev Patel) \\ \uline{cheatography.com/dev-patel} \\ \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 April, 2020.\\ Updated 23rd April, 2020.\\ 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.3731 cm} x{2.47158 cm} p{0.73232 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Refactoring (SPC m except one item)}} \tn % Row 0 \SetRowColor{LightBackground} Key Binding & Description & Alt Keys \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} r ? & describe refactoring & \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} r a d & add declaration & \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} r a i & add import to ns & \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} r a m & add missing libspec & \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} r a p & add project dependency & \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} r a r & add require to ns & \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} r a u & add use to ns & \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} r c ( & convert coll to list & \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} \textasciitilde{}SPC m r c '\textasciitilde{} & convert coll to quoted list & \tn % Row Count 13 (+ 2) % Row 10 \SetRowColor{LightBackground} r c \{ & convert coll to map & \tn % Row Count 14 (+ 1) % Row 11 \SetRowColor{white} r c \# & convert coll to set & \tn % Row Count 15 (+ 1) % Row 12 \SetRowColor{LightBackground} r c {[} & convert coll to vector & \tn % Row Count 17 (+ 2) % Row 13 \SetRowColor{white} r c i & cycle if & \tn % Row Count 18 (+ 1) % Row 14 \SetRowColor{LightBackground} r c n & clean ns & \tn % Row Count 19 (+ 1) % Row 15 \SetRowColor{white} r c p & cycle privacy & \tn % Row Count 20 (+ 1) % Row 16 \SetRowColor{LightBackground} r d k & destructure keys & \tn % Row Count 21 (+ 1) % Row 17 \SetRowColor{white} r e c & extract constant & \tn % Row Count 22 (+ 1) % Row 18 \SetRowColor{LightBackground} r e d & extract definition & \tn % Row Count 23 (+ 1) % Row 19 \SetRowColor{white} r e f & extract function & \tn % Row Count 24 (+ 1) % Row 20 \SetRowColor{LightBackground} r e l & expand let & \tn % Row Count 25 (+ 1) % Row 21 \SetRowColor{white} r f u & find usages & \tn % Row Count 26 (+ 1) % Row 22 \SetRowColor{LightBackground} r f e & create fn from example & \tn % Row Count 28 (+ 2) % Row 23 \SetRowColor{white} r h d & hotload dependency & \tn % Row Count 29 (+ 1) % Row 24 \SetRowColor{LightBackground} r i l & introduce let & \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.3731 cm} x{2.47158 cm} p{0.73232 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Refactoring (SPC m except one item) (cont)}} \tn % Row 25 \SetRowColor{LightBackground} r i s & inline symbol & \tn % Row Count 1 (+ 1) % Row 26 \SetRowColor{white} r m f & move form & \tn % Row Count 2 (+ 1) % Row 27 \SetRowColor{LightBackground} r m l & move to let & \tn % Row Count 3 (+ 1) % Row 28 \SetRowColor{white} r p c & project clean & \tn % Row Count 4 (+ 1) % Row 29 \SetRowColor{LightBackground} r p f & promote function & \tn % Row Count 5 (+ 1) % Row 30 \SetRowColor{white} r r d & remove debug fns & \tn % Row Count 6 (+ 1) % Row 31 \SetRowColor{LightBackground} r r f & rename file & \tn % Row Count 7 (+ 1) % Row 32 \SetRowColor{white} r r l & remove let & \tn % Row Count 8 (+ 1) % Row 33 \SetRowColor{LightBackground} r r r & remove unused requires & \tn % Row Count 10 (+ 2) % Row 34 \SetRowColor{white} r r s & rename symbol & \tn % Row Count 11 (+ 1) % Row 35 \SetRowColor{LightBackground} r r u & replace use & \tn % Row Count 12 (+ 1) % Row 36 \SetRowColor{white} r s n & sort ns & \tn % Row Count 13 (+ 1) % Row 37 \SetRowColor{LightBackground} r s p & sort project dependencies & \tn % Row Count 15 (+ 2) % Row 38 \SetRowColor{white} r s r & stop referring & \tn % Row Count 16 (+ 1) % Row 39 \SetRowColor{LightBackground} r s c & show changelog & \tn % Row Count 17 (+ 1) % Row 40 \SetRowColor{white} r t f & thread first all & \tn % Row Count 18 (+ 1) % Row 41 \SetRowColor{LightBackground} r t h & thread & \tn % Row Count 19 (+ 1) % Row 42 \SetRowColor{white} r t l & thread last all & \tn % Row Count 20 (+ 1) % Row 43 \SetRowColor{LightBackground} r u a & unwind all & \tn % Row Count 21 (+ 1) % Row 44 \SetRowColor{white} r u p & update project dependencies & \tn % Row Count 23 (+ 2) % Row 45 \SetRowColor{LightBackground} r u w & unwind & \tn % Row Count 24 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.86963 cm} x{3.06659 cm} p{0.64078 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{REPL (SPC m except the first list item)}} \tn % Row 0 \SetRowColor{LightBackground} Key \seqsplit{Binding} & Description & Alt Keys \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \textasciitilde{}SPC m ,\textasciitilde{} & handle shortcut \seqsplit{(cider-repl-handle-shortcut)} & \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} s b & send and eval buffer in REPL & ,se \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} s B & send and eval buffer and switch to REPL in insert state & \tn % Row Count 9 (+ 3) % Row 4 \SetRowColor{LightBackground} s c & connect to REPL (cider-connect) or clear repl buffer \seqsplit{(cider-repl-clear-buffer)} & \tn % Row Count 12 (+ 3) % Row 5 \SetRowColor{white} s C & clear REPL \seqsplit{(cider-find-and-clear-repl-output)} & \tn % Row Count 14 (+ 2) % Row 6 \SetRowColor{LightBackground} s e & send and eval last sexp in REPL & \tn % Row Count 16 (+ 2) % Row 7 \SetRowColor{white} s E & send and eval last sexp and switch to REPL in insert state & \tn % Row Count 19 (+ 3) % Row 8 \SetRowColor{LightBackground} s f & send and eval function in REPL & \tn % Row Count 21 (+ 2) % Row 9 \SetRowColor{white} s F & send and eval function and switch to REPL in insert state & \tn % Row Count 24 (+ 3) % Row 10 \SetRowColor{LightBackground} s i & start REPL (cider-jack-in) & , ' \tn % Row Count 25 (+ 1) % Row 11 \SetRowColor{white} s I & start clojurescript REPL \seqsplit{(cider-jack-in-clojurescript)} & \tn % Row Count 28 (+ 3) % Row 12 \SetRowColor{LightBackground} m s n & send and eval ns form in REPL & \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{0.86963 cm} x{3.06659 cm} p{0.64078 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{REPL (SPC m except the first list item) (cont)}} \tn % Row 13 \SetRowColor{LightBackground} m s N & send and eval ns form and switch to REPL in insert state & \tn % Row Count 3 (+ 3) % Row 14 \SetRowColor{white} m s q & kill REPL (cider-quit) & \tn % Row Count 4 (+ 1) % Row 15 \SetRowColor{LightBackground} s o & switch to other repl instance \seqsplit{(cider-repl-switch-to-other)} & \tn % Row Count 7 (+ 3) % Row 16 \SetRowColor{white} s r & send and eval region in REPL & \tn % Row Count 9 (+ 2) % Row 17 \SetRowColor{LightBackground} s R & send and eval region and switch to REPL in insert state & \tn % Row Count 12 (+ 3) % Row 18 \SetRowColor{white} s s & switch to REPL or jump to last file or last clj buffer from repl (cider-repl) & \tn % Row Count 15 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.86963 cm} x{3.06659 cm} p{0.64078 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Evaluation (SPC m)}} \tn % Row 0 \SetRowColor{LightBackground} Key \seqsplit{Binding} & Description & Alt Keys \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} e b & eval buffer & \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} e e & eval last sexp & \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} e f & eval function at point & \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} e r & eval region & \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} e m & cider macroexpand 1 & \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} e M & cider macroexpand all & \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} e p & print last sexp (clojure interaction mode only) & \tn % Row Count 10 (+ 2) % Row 8 \SetRowColor{LightBackground} e w & eval last sexp and replace with result & \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4577 cm} x{3.6616 cm} p{0.4577 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Debugging (SPC m)}} \tn % Row 0 \SetRowColor{LightBackground} d b & instrument expression at point & \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} d e & display last stacktrace & \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} d r & reload namespaces & \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} d v & inspect expression at point & \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.19002 cm} x{2.51735 cm} x{0.86963 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Reformatting (SPC m)}} \tn % Row 0 \SetRowColor{LightBackground} Key Binding & Description & Alt Keys \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} f l & realign current form & \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} f b -OR- = & reformat current buffer & \tn % Row Count 5 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.09848 cm} x{2.70043 cm} p{0.77809 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Toggles (SPC m)}} \tn % Row 0 \SetRowColor{LightBackground} Key Binding & Description & Alt Keys \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} T e & toggle englighten mode & \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} T f & toggle REPL font-locking & \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} T e & toggle cider-enlighten-mode & \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} T p & toggle REPL pretty-printing & \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} T i & toggle indentation style & \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} T t & toggle auto test mode & \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.46464 cm} x{2.01388 cm} x{1.09848 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Documentation (SPC m)}} \tn % Row 0 \SetRowColor{LightBackground} Key Binding & Description & Alt Keys \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} h a & cider apropos & \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} h g & cider grimoire & \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} h h & cider doc & \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} h j & cider javadoc & \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} h n & cider browse ns & \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.28156 cm} x{2.38004 cm} x{0.9154 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Goto (SPC m)}} \tn % Row 0 \SetRowColor{LightBackground} Key Binding & Description & Alt Keys \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} g b & go back & \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} g C & browse classpath & \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} g g & goto var & \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} g e & goto error & \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} g r & goto resource & \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} g n & browse namespaces & \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} g N & browse all namespaces & \tn % Row Count 9 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.96117 cm} x{2.92928 cm} p{0.68655 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Tests (SPC m)}} \tn % Row 0 \SetRowColor{LightBackground} Key Binding & Description & Alt Keys \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} t a & run all tests in namespace & \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} t r & re-run test failures for namespace & \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} t t & run test at point & \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.32733 cm} x{2.2885 cm} x{0.96117 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{stacktrace-mode}} \tn % Row 0 \SetRowColor{LightBackground} Key Binding & Description & Alt Keys \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} C-j & next cause & \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} C-k & previous cause & \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} TAB & cycle current cause & \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} 0 & cycle all causes & \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} 1 & cycle cause 1 & \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} 2 & cycle cause 2 & \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} 3 & cycle cause 3 & \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} 4 & cycle cause 4 & \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} 5 & cycle cause 5 & \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} a & toggle all & \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} c & toggle clj & \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} d & toggle duplicates & \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} J & toggle java & \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} r & toggle repl & \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} T & toggle tooling & \tn % Row Count 16 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.29402 cm} x{3.68298 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{inspector-mode}} \tn % Row 0 \SetRowColor{LightBackground} Key Binding & Description \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} TAB & next inspectable object \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} Shift-TAB & previous inspectable object \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} RET & inspect object \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} L & pop to the parent object \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} n & next page in paginated view \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} N & previous page in paginated view \tn % Row Count 9 (+ 2) % Row 7 \SetRowColor{white} r & refresh \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} s & set a new page size \tn % Row Count 11 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.89126 cm} x{3.08574 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{test-report-mode}} \tn % Row 0 \SetRowColor{LightBackground} Key Binding & Description \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} C-j & next result \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} C-k & previous result \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} RET & jump to test \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} d & ediff test result \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} e & show stacktrace \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} r & rerun failed tests \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} t & run test \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} T & run tests \tn % Row Count 9 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}