\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{yograf} \pdfinfo{ /Title (cvim.pdf) /Creator (Cheatography) /Author (yograf) /Subject (cVim 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}{A15DA3} \definecolor{LightBackground}{HTML}{F9F4F9} \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{cVim Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{yograf} via \textcolor{DarkBackground}{\uline{cheatography.com/20545/cs/7527/}}} \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}yograf \\ \uline{cheatography.com/yograf} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 27th March, 2016.\\ Updated 3rd 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*}{3} \begin{tabularx}{5.377cm}{p{0.4977 cm} x{4.4793 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Basic}} \tn % Row 0 \SetRowColor{LightBackground} j & Scroll down \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} k & Scroll up \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} gg & Scroll to the top of the page \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} G & Scroll to the bottom of the page \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} H & Left tab \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} L & Right tab \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} b & List tabs \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} f & Open link in current tab \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} p & Open link in new active tab \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} F & Open link in new non active tab \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} x{4.4793 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Insert/Visual/Caret Mode}} \tn % Row 0 \SetRowColor{LightBackground} v & toggle between visual/caret mode \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} n & select the next search result \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} N & select the previous search result \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} p & open highlighted text in current tab \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} P & open highlighted text in new tab \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} i & enter insert mode (escape to exit \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} x{4.4793 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Link Hints}} \tn % Row 0 \SetRowColor{LightBackground} q & trigger a hover event (mouseover + mouseenter) \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Q & trigger a unhover event (mouseout + mouseleave) \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} mf & open multiple links \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} my & yank multiple links (open the list of links with P) \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} gy & copy URL from link to clipboard \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{\seqsplit{History/Bookmarks/QuickMarks}}} \tn % Row 0 \SetRowColor{LightBackground} M\textless{}*\textgreater{}\{\{nobreak\}\} & create quickmark \textless{}*\textgreater{} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} go\textless{}*\textgreater{}\{\{nobreak\}\} & open quickmark \textless{}*\textgreater{} in the current tab \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} gn\textless{}*\textgreater{}\{\{nobreak\}\} & open quickmark \textless{}*\textgreater{} in a new tab \textless{}N\textgreater{} times \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} I & search through browser history \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} ;\textless{}*\textgreater{} & create mark \textless{}*\textgreater{} \tn % Row Count 9 (+ 1) % Row 5 \SetRowColor{white} '\textless{}*\textgreater{} & go to mark \textless{}*\textgreater{} \tn % Row Count 10 (+ 1) % Row 6 \SetRowColor{LightBackground} b & search through bookmarks \tn % Row Count 11 (+ 1) % Row 7 \SetRowColor{white} \textless{}C-b\textgreater{}\{\{nobreak\}\} & create or toggle a bookmark for the current URL \tn % Row Count 13 (+ 2) % Row 8 \SetRowColor{LightBackground} S & go back in history \tn % Row Count 14 (+ 1) % Row 9 \SetRowColor{white} D & go forward in history \tn % Row Count 15 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Text boxes}} \tn % Row 0 \SetRowColor{LightBackground} gi\{\{nobreak\}\} & go to first input box \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} gI & go to the last focused input box by gi \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \textless{}C-i\textgreater{}\{\{nobreak\}\} & move cursor to the beginning of the line \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \textless{}C-e\textgreater{}\{\{nobreak\}\} & move cursor to the end of the line \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \textless{}C-u\textgreater{}\{\{nobreak\}\} & delete to the beginning of the line \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} \textless{}C-o\textgreater{}\{\{nobreak\}\} & delete to the end of the line \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} \textless{}C-y\textgreater{}\{\{nobreak\}\} & delete back one word \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} \textless{}C-p\textgreater{} & delete forward one word \tn % Row Count 15 (+ 1) % Row 8 \SetRowColor{LightBackground} \textless{}C-h\textgreater{} & move cursor back one word \tn % Row Count 16 (+ 1) % Row 9 \SetRowColor{white} \textless{}C-l\textgreater{} & move cursor forward one word \tn % Row Count 17 (+ 1) % Row 10 \SetRowColor{LightBackground} \textless{}C-f\textgreater{} & move cursor forward one letter \tn % Row Count 19 (+ 2) % Row 11 \SetRowColor{white} \textless{}C-b\textgreater{} & move cursor back one letter \tn % Row Count 20 (+ 1) % Row 12 \SetRowColor{LightBackground} \textless{}C-j\textgreater{} & move cursor forward one line \tn % Row Count 21 (+ 1) % Row 13 \SetRowColor{white} \textless{}C-k\textgreater{} & move cursor back one line \tn % Row Count 22 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} x{4.4793 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Chrome}} \tn % Row 0 \SetRowColor{LightBackground} . & repeat the last command \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} r & reload the current tab \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} gR & reload the current tab + local cache \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} gd & alias to :chrome://downloads\textless{}CR\textgreater{} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} ge & alias to :chrome://extensions\textless{}CR\textgreater{} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} gj & hide the download shelf \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} zr & restart Google Chrome \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} r & reload the current tab \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} gR & reload the current tab + local cache \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} gq & stop the current tab from loading \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} gQ & stop all tabs from loading \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} gs & go to the view-source:// page for the current Url \tn % Row Count 13 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.74195 cm} x{3.23505 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Tabs}} \tn % Row 0 \SetRowColor{LightBackground} gt, K, R\{\{nobreak\}\} & navigate to the next tab \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} gT, J, E\{\{nobreak\}\} & navigate to the previous tab \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} g0, g\$\{\{nobreak\}\} & go to the first/last tab \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \textless{}C-S-h\textgreater{}, gh\{\{nobreak\}\} & open the last URL in the current tab's history in a new tab \tn % Row Count 9 (+ 3) % Row 4 \SetRowColor{LightBackground} \textless{}C-S-l\textgreater{}, gl\{\{nobreak\}\} & open the next URL from the current tab's history in a new tab \tn % Row Count 12 (+ 3) % Row 5 \SetRowColor{white} x & close the current tab \tn % Row Count 13 (+ 1) % Row 6 \SetRowColor{LightBackground} gxT & close the tab to the left of the current tab \tn % Row Count 15 (+ 2) % Row 7 \SetRowColor{white} gxt & close the tab to the right of the current tab \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} gx0 & close all tabs to the left of the current tab \tn % Row Count 19 (+ 2) % Row 9 \SetRowColor{white} gx\$ & close all tabs to the right of the current tab \tn % Row Count 21 (+ 2) % Row 10 \SetRowColor{LightBackground} X & open the last closed tab \tn % Row Count 22 (+ 1) % Row 11 \SetRowColor{white} t & :tabnew \tn % Row Count 23 (+ 1) % Row 12 \SetRowColor{LightBackground} T & :tabnew \textless{}CURRENT URL\textgreater{} \tn % Row Count 24 (+ 1) % Row 13 \SetRowColor{white} O & :open \textless{}CURRENT URL\textgreater{} \tn % Row Count 25 (+ 1) % Row 14 \SetRowColor{LightBackground} \textless{}N\textgreater{}\% & switch to tab \textless{}N\textgreater{} \tn % Row Count 26 (+ 1) % Row 15 \SetRowColor{white} B & search for another active tab \tn % Row Count 28 (+ 2) % Row 16 \SetRowColor{LightBackground} \textless{} & move current tab left \tn % Row Count 29 (+ 1) % Row 17 \SetRowColor{white} \textgreater{} & move current tab right \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.74195 cm} x{3.23505 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Tabs (cont)}} \tn % Row 18 \SetRowColor{LightBackground} {]}{]} & click the "next" link on the page (see nextmatchpattern above) \tn % Row Count 3 (+ 3) % Row 19 \SetRowColor{white} {[}{[} & click the "back" link on the page (see previousmatchpattern above) \tn % Row Count 6 (+ 3) % Row 20 \SetRowColor{LightBackground} gp & pin/unpin the current tab \tn % Row Count 7 (+ 1) % Row 21 \SetRowColor{white} \textless{}C-6\textgreater{}\{\{nl\}\} & toggle the focus between the last used tabs \tn % Row Count 9 (+ 2) % Row 22 \SetRowColor{LightBackground} a & alias to ":tabnew google " \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} x{4.4793 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Search}} \tn % Row 0 \SetRowColor{LightBackground} / & open search bar \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} n & next search result \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} N & previous search result \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} ? & open search bar (reverse search) \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} v & enter visual/caret mode (highlight current search/selection) \tn % Row Count 6 (+ 2) % Row 5 \SetRowColor{white} V & enter visual line mode from caret mode/currently highlighted search \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} zz & center page to current search match (middle) \tn % Row Count 10 (+ 2) % Row 7 \SetRowColor{white} zt & center page to current search match (top) \tn % Row Count 12 (+ 2) % Row 8 \SetRowColor{LightBackground} zb & center page to current search match (bottom) \tn % Row Count 14 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.33919 cm} x{2.63781 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Command Mode}} \tn % Row 0 \SetRowColor{LightBackground} :tabnew (autocomplete) & open a new tab with the typed/completed search \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} :new (autocomplete) & open a new window with the typed/completed search \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} :open (autocomplete & open the typed/completed URL/google search \tn % Row Count 8 (+ 2) % Row 3 \SetRowColor{white} :history (autocomplete) & search through browser history \tn % Row Count 10 (+ 2) % Row 4 \SetRowColor{LightBackground} :bookmarks (autocomplete) & search through bookmarks \tn % Row Count 12 (+ 2) % Row 5 \SetRowColor{white} :bookmarks /\textless{}folder\textgreater{} (autocomplete) & browse bookmarks by folder/open all bookmarks from folder \tn % Row Count 15 (+ 3) % Row 6 \SetRowColor{LightBackground} :set (autocomplete) & temporarily change a cVim setting \tn % Row Count 17 (+ 2) % Row 7 \SetRowColor{white} :chrome:// (autocomplete) & open a chrome:// URL \tn % Row Count 19 (+ 2) % Row 8 \SetRowColor{LightBackground} :tabhistory (autocomplete) & browse the different history states of the current tab \tn % Row Count 22 (+ 3) % Row 9 \SetRowColor{white} :command \textless{}NAME\textgreater{} \textless{}ACTION\textgreater{} & aliases :\textless{}NAME\textgreater{} to :\textless{}ACTION\textgreater{} \tn % Row Count 24 (+ 2) % Row 10 \SetRowColor{LightBackground} :quit & close the current tab \tn % Row Count 25 (+ 1) % Row 11 \SetRowColor{white} :qall & close the current window \tn % Row Count 27 (+ 2) % Row 12 \SetRowColor{LightBackground} :restore (autocomplete) & restore a previously closed tab (newer versions of Chrome only) \tn % Row Count 30 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.33919 cm} x{2.63781 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Command Mode (cont)}} \tn % Row 13 \SetRowColor{LightBackground} :tabattach (autocomplete) & move the current tab to another open window \tn % Row Count 3 (+ 3) % Row 14 \SetRowColor{white} :tabdetach & move the current tab to a new window \tn % Row Count 5 (+ 2) % Row 15 \SetRowColor{LightBackground} :source (autocomplete) & load a cVimrc file into memory (this will overwrite the settings in the options page if the localconfig setting had been set previously \tn % Row Count 12 (+ 7) % Row 16 \SetRowColor{white} :duplicate & duplicate the current tab \tn % Row Count 14 (+ 2) % Row 17 \SetRowColor{LightBackground} :settings & open the settings page \tn % Row Count 16 (+ 2) % Row 18 \SetRowColor{white} :nohlsearch & clear the highlighted text from the last search \tn % Row Count 19 (+ 3) % Row 19 \SetRowColor{LightBackground} :execute & execute a sequence of keys (Useful for mappings. For example, "map j :execute 2j") \tn % Row Count 23 (+ 4) % Row 20 \SetRowColor{white} :buffer (autocomplete) & change to a different tab \tn % Row Count 25 (+ 2) % Row 21 \SetRowColor{LightBackground} :mksession & create a new session from the current tabs in the active window \tn % Row Count 28 (+ 3) % Row 22 \SetRowColor{white} :delsession (autocomplete) & delete a saved session \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.33919 cm} x{2.63781 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Command Mode (cont)}} \tn % Row 23 \SetRowColor{LightBackground} :session (autocomplete) & open the tabs from a saved session in a new window \tn % Row Count 3 (+ 3) % Row 24 \SetRowColor{white} :script & run JavaScript on the current page \tn % Row Count 5 (+ 2) % Row 25 \SetRowColor{LightBackground} :togglepin & toggle the pin state of the current tab \tn % Row Count 7 (+ 2) % Row 26 \SetRowColor{white} :pintab & pin the current tab \tn % Row Count 8 (+ 1) % Row 27 \SetRowColor{LightBackground} :unpintab & unpin the current tab \tn % Row Count 9 (+ 1) % Row 28 \SetRowColor{white} : & open command bar \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} x{4.4793 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Copy / Paste}} \tn % Row 0 \SetRowColor{LightBackground} yy & copy the URL of the current page to the clipboard \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} yh & copy the currently matched text from find mode (if any) \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} p & open the clipboard selection \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} P & open the clipboard selection in a new tab \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} yY & copy the URL of the current frame to the clipboard \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} ya & copy the URLs in the current window \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} x{4.4793 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Browsing}} \tn % Row 0 \SetRowColor{LightBackground} {]}{]} & click the "next" link on the page \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {[}{[} & click the "back" link on the page \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} g- & decrement the first number in the URL path (e.g www.example.com/5 =\textgreater{} www.example.com/4) \tn % Row Count 5 (+ 3) % Row 3 \SetRowColor{white} g+ & increment the first number in the URL path \tn % Row Count 7 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.84609 cm} x{4.13091 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Zoom}} \tn % Row 0 \SetRowColor{LightBackground} zi & zoom page in \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} zo & zoom page out \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} z0 & zoom page to original size \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} z\textless{}Enter\textgreater{} & toggle image zoom (same as clicking the image on image-only pages) \tn % Row Count 5 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}