\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{{[}deleted{]}} \pdfinfo{ /Title (sublime-text-3-the-beginner-s-guide.pdf) /Creator (Cheatography) /Author ({[}deleted{]}) /Subject (Sublime Text 3 - The Beginner's Guide 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}{04B4E0} \definecolor{LightBackground}{HTML}{EFFAFD} \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{Sublime Text 3 - The Beginner's Guide Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{{[}deleted{]}} via \textcolor{DarkBackground}{\uline{cheatography.com/23757/cs/5310/}}} \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}{[}deleted{]} \\ \uline{cheatography.com/deleted-23757} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 1st October, 2015.\\ Updated 12th May, 2016.\\ 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{3.68298 cm} x{1.29402 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{General}} \tn % Row 0 \SetRowColor{LightBackground} Command Pallete & \seqsplit{CTRL+SHIFT+P} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Distraction Free Mode & SHIFT+F11 \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} Show/Hide Console & CTRL+` \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} Show/Hide Sidebar & CTRL+K /B \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} Select Autocomplete Suggestion & \seqsplit{CTRL+SPACE} \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} Undo/Redo Last Move & CTRL+Z /B \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.53367 cm} x{1.44333 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Window \& Layout Manipulation}} \tn % Row 0 \SetRowColor{LightBackground} Distraction Free Mode & SHIFT+F11 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Fullscreen & F11 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} New Tab & CTRL+N \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} New Window & \seqsplit{CTRL+SHIFT+P} \tn % Row Count 5 (+ 2) % Row 4 \SetRowColor{LightBackground} Split View into 2 Columns & \seqsplit{ALT+SHIFT+2} \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} Split View into 3 Columns & \seqsplit{ALT+SHIFT+3} \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} Split View into 4 Columns & \seqsplit{ALT+SHIFT+4} \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} Split View into Grid ie. 4 Groups & \seqsplit{ALT+SHIFT+5} \tn % Row Count 10 (+ 2) % Row 8 \SetRowColor{LightBackground} Split View into 2 Rows & \seqsplit{ALT+SHIFT+8} \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} Split View into 3 Rows & \seqsplit{ALT+SHIFT+9} \tn % Row Count 12 (+ 1) % Row 10 \SetRowColor{LightBackground} Move working file to a specified group between {[}NUMs{]} 1 \& 4 & CTRL+SHIFT+{[}NUM{]} \tn % Row Count 15 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.83689 cm} x{2.14011 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Bookmarks}} \tn % Row 0 \SetRowColor{LightBackground} Toggle Bookmark & CTRL+F2 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Clear Bookmarks & CTRL+SHIFT+F2 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Previous Bookmark & SHIFT+F2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Next Bookmark & F2 \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.83689 cm} x{2.14011 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Block Folding}} \tn % Row 0 \SetRowColor{LightBackground} Fold Selection & CTRL+SHIFT+{[} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Unfold Selection & CTRL+SHIFT+{]} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Fold All & CTRL+K, I \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Unfold All & CTRL+K, J \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Fold Level & CTRL+2/9 \tn % Row Count 5 (+ 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}{Navigation}} \tn % Row 0 \SetRowColor{LightBackground} Close Working Tab & CTRL+W \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Cycle Up Through Tabs & CTRL+PgUp \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Cycle Down Through Tabs & CTRL+PgDn \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Cycle To \& Fro Through Tabs & CTRL+Tab \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} Go to Anything & CTRL+P \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} Go to Line Within Working File & CTRL+G \tn % Row Count 10 (+ 2) % Row 6 \SetRowColor{LightBackground} Go to Line Within Another File & CTRL+P+{\emph{{[}file name{]} : {[}line number{]}}} \tn % Row Count 12 (+ 2) % Row 7 \SetRowColor{white} Go to Symbol & CTRL+R \tn % Row Count 13 (+ 1) % Row 8 \SetRowColor{LightBackground} Open a File and Search for a Symbol & CTRL+P, \tn % Row Count 15 (+ 2) % Row 9 \SetRowColor{white} Quickly Open a File & CTRL+P \tn % Row Count 16 (+ 1) % Row 10 \SetRowColor{LightBackground} Switch to Tab & CTRL+ {\emph{Tab Number}} \tn % Row Count 17 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.4839 cm} x{1.4931 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Selecting}} \tn % Row 0 \SetRowColor{LightBackground} Multiple Cursors & CTRL+ {\bf{Click}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Parenthsise Selection & \seqsplit{CTRL+SHIFT+M} \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} Select Line & CTRL+L \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} Select Word & CTRL+D \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} Select Next Iteration & CTRL+D \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} Unselect Next Iteration & CTRL+U \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} Skip, and Select the Next Iteration & CTRL+K, D \tn % Row Count 9 (+ 2) % Row 7 \SetRowColor{white} Wrap Selection in HTML Tag & ALT+SHIFT+W \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.63781 cm} x{2.33919 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Find/Replace}} \tn % Row 0 \SetRowColor{LightBackground} Find & CTRL+F \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Find in Files & CTRL+SHIFT+F \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Find Next & F3 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Find Previous & SHIFT+F3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Find, then Multi Edit & CTRL+F, ALT+ENTER \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Replace & CTRL+H \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Replace Every Selection & {\bf{After Selecting}}, ALT+F3 \tn % Row Count 8 (+ 2) % Row 7 \SetRowColor{white} Incremental Search & CTRL+I \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} Use Selection for Find Field & CTRL+E \tn % Row Count 11 (+ 2) % Row 9 \SetRowColor{white} Use Selection for Replace Field & CTRL+SHIFT+E \tn % Row Count 13 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.09034 cm} x{2.88666 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Editing}} \tn % Row 0 \SetRowColor{LightBackground} Block Comment & {\bf{Select Items}}, CTRL+{\emph{UP}}+/ \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Comment & {\bf{Select Items}}, CTRL+/ \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Cut Line & {\bf{Place Cursor at Beginning of Line}}, CTRL+X \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Delete Line & CTRL+SHIFT+K \tn % Row Count 7 (+ 1) % Row 4 \SetRowColor{LightBackground} Delete From Cursor to BOL & CTRL+K, BKSP \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} Delete From Cursor to EOL & CTRL+K, K \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} Delete Word Forwards & CTRL+DEL \tn % Row Count 13 (+ 2) % Row 7 \SetRowColor{white} Delete Word Backwords & CTRL+BKSP \tn % Row Count 15 (+ 2) % Row 8 \SetRowColor{LightBackground} Duplicate Line & CTRL+SHIFT+D \tn % Row Count 16 (+ 1) % Row 9 \SetRowColor{white} Join Line Below Current Line & CTRL+J \tn % Row Count 18 (+ 2) % Row 10 \SetRowColor{LightBackground} Increase Font SIze & CTRL+ "+" \tn % Row Count 20 (+ 2) % Row 11 \SetRowColor{white} Decrease Font Size & CTRL+ "-" \tn % Row Count 22 (+ 2) % Row 12 \SetRowColor{LightBackground} Indent Current Line & CTRL+{]} \tn % Row Count 24 (+ 2) % Row 13 \SetRowColor{white} Unindent Current Line & CTRL+{[} \tn % Row Count 26 (+ 2) % Row 14 \SetRowColor{LightBackground} Move Line Up & CTRL+SHIFT+{\emph{UP}} \tn % Row Count 27 (+ 1) % Row 15 \SetRowColor{white} Move Line Down & CTRL+SHIFT+{\emph{DOWN}} \tn % Row Count 28 (+ 1) % Row 16 \SetRowColor{LightBackground} Paste With Proper Indentation & CTRL+SHIFT+V \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.09034 cm} x{2.88666 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Editing (cont)}} \tn % Row 17 \SetRowColor{LightBackground} Transform to Uppercase & CTRL+K, U \tn % Row Count 2 (+ 2) % Row 18 \SetRowColor{white} Transform to Lowercase & CTRL+K, L \tn % Row Count 4 (+ 2) % Row 19 \SetRowColor{LightBackground} Transpose & {\bf{Select Items}}, CTRL+T \tn % Row Count 6 (+ 2) % Row 20 \SetRowColor{white} Multiple Cursors & CTRL+ {\bf{Click}} \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}