\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{stephenpegoraro} \pdfinfo{ /Title (emacs.pdf) /Creator (Cheatography) /Author (stephenpegoraro) /Subject (Emacs 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}{94D4FF} \definecolor{LightBackground}{HTML}{F1F9FF} \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{Emacs Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{stephenpegoraro} via \textcolor{DarkBackground}{\uline{cheatography.com/22032/cs/4415/}}} \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}stephenpegoraro \\ \uline{cheatography.com/stephenpegoraro} \\ \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 13th 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{2.93643 cm} x{2.04057 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Editing}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Forward kill word}} & M-d \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{Backward kill word}} & M-{}- M-d \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{Complete word}} & C-c c \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} {\bf{Kill sexp}} & C-M-k \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} {\bf{Set fill column}} & C-x f \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} {\bf{Set fill prefix}} & C-x . \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} {\bf{Comment DWIM}} & M-; \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} {\bf{Comment as a box}} & M-x comment-box \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} {\bf{Comment line}} & C-x C-; \tn % Row Count 9 (+ 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}{Moving}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{First non-whitespace char}} & M-m \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{Forward sexp}} & C-M-f \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{Backward sexp}} & C-M-b \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} {\bf{Down inside list}} & C-M-d \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} {\bf{Up inside list}} & C-M-u \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} {\bf{Previous list}} & C-M-p \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} {\bf{Next list}} & C-M-n \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} {\bf{Goto line}} & M-g M-g \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} {\bf{Pop mark}} & C-u C-\textless{}spc\textgreater{} \tn % Row Count 10 (+ 1) % Row 9 \SetRowColor{white} {\bf{Mark paragraph}} & M-h \tn % Row Count 11 (+ 1) % Row 10 \SetRowColor{LightBackground} {\bf{Mark next defun}} & C-M-h \tn % Row Count 12 (+ 1) % Row 11 \SetRowColor{white} {\bf{Mark next sexp}} & C-M-\textless{}spc\textgreater{} \tn % Row Count 13 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.33459 cm} x{1.64241 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Searching}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Find}} & C-x c / \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{Find in file}} & C-x c g \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{Find in project}} & C-x c f \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} {\bf{Locate}} & C-x c l \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} {\bf{Run regexp}} & C-x c r \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} {\bf{Search region in google}} & C-c / g \tn % Row Count 7 (+ 2) % Row 6 \SetRowColor{LightBackground} {\bf{Incremental regexp}} & C-M-s / C-M-r \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} {\bf{Incremental string}} & C-s / C-r \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} {\bf{Toggle case sensitivity}} & M-s c \tn % Row Count 11 (+ 2) % Row 9 \SetRowColor{white} {\bf{Toggle regex mode}} & M-s r \tn % Row Count 12 (+ 1) % Row 10 \SetRowColor{LightBackground} {\bf{Toggle word mode}} & M-s w \tn % Row Count 13 (+ 1) % Row 11 \SetRowColor{white} {\bf{Toggle symbol mode}} & M-s \_ \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} {\bf{Imenu}} & C-x c i \tn % Row Count 15 (+ 1) % Row 13 \SetRowColor{white} {\bf{Occur}} & M-s o \tn % Row Count 16 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.93183 cm} x{1.04517 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Info/help browser}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Previous / Next node}} & {[} and {]} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{Back / Forward history}} & l and r \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{Previous / Next sibling}} & n and p \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} {\bf{Up a level}} & u \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} {\bf{Scroll one screen}} & SPC \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} {\bf{Prompt for menu item}} & m \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.93183 cm} x{1.04517 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Projects}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Switch to project}} & C-c p p \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{Switch to project perspective }} & C-c p z \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{List all files}} & C-c p f \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} {\bf{List files with context}} & C-c p g \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} {\bf{List all directories}} & C-c p d \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} {\bf{Open root directory}} & C-c p D \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} {\bf{Switch to alternate file}} & C-c p a \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} {\bf{Switch to test file}} & C-c p t \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} {\bf{Find in open buffers}} & C-c p o \tn % Row Count 10 (+ 1) % Row 9 \SetRowColor{white} {\bf{Find with Ag}} & C-c p s s \tn % Row Count 12 (+ 2) % Row 10 \SetRowColor{LightBackground} {\bf{Replace in all files}} & C-c p r \tn % Row Count 13 (+ 1) % Row 11 \SetRowColor{white} {\bf{Invalidate cache}} & C-c p i \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} {\bf{Find tag}} & C-c p j \tn % Row Count 15 (+ 1) % Row 13 \SetRowColor{white} {\bf{Regenerate TAGS}} & C-c p R \tn % Row Count 16 (+ 1) % Row 14 \SetRowColor{LightBackground} {\bf{Save all buffers}} & C-c p S \tn % Row Count 17 (+ 1) % Row 15 \SetRowColor{white} {\bf{Kill all buffers}} & C-c p k \tn % Row Count 18 (+ 1) % Row 16 \SetRowColor{LightBackground} {\bf{Shell command at root}} & C-c p ! \tn % Row Count 19 (+ 1) % Row 17 \SetRowColor{white} {\bf{Async shell command at root}} & C-c p \& \tn % Row Count 20 (+ 1) % Row 18 \SetRowColor{LightBackground} {\bf{Compile}} & C-c p c \tn % Row Count 21 (+ 1) % Row 19 \SetRowColor{white} {\bf{Run tests}} & C-c p P \tn % Row Count 22 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Use a prefix C-u to invalidate the cache prior. \newline Use a 4 after C-c p to open in other window.} \tn \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}{Tables}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Re-align}} & C-c C-c \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{Shift column}} & M-\textless{}left\textgreater{}/\textless{}right\textgreater{} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{Shift row}} & M-\textless{}up\textgreater{}/\textless{}down\textgreater{} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} {\bf{Kill column}} & M-S-\textless{}left\textgreater{} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} {\bf{Kill row}} & M-S-\textless{}up\textgreater{} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} {\bf{Insert column before}} & M-S-\textless{}right\textgreater{} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} {\bf{Insert row above}} & M-S-\textless{}down\textgreater{} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} {\bf{Insert line below}} & C-c \textless{}ret\textgreater{} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} {\bf{Insert line above}} & C-u C-c - \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} {\bf{Sort lines}} & C-c \textasciicircum{} \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} {\bf{Edit long entries}} & C-c ` \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} {\bf{Sum column}} & C-c + \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} {\bf{Toggle prefix}} & C-c C-x \tn % Row Count 13 (+ 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}{Help}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Help for prefix}} & \textless{}prefix\textgreater{} C-h \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{Info manual}} & C-h i \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{Apropos}} & C-x c a \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} {\bf{Describe mode}} & C-h m \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} {\bf{Describe function}} & C-h f \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} {\bf{Describe variable}} & C-h v \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} {\bf{Describe key}} & C-h k \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} {\bf{Man pages}} & C-x c m \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} {\bf{Info at pont}} & C-x c h i \tn % Row Count 9 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.23505 cm} x{1.74195 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Org}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Switch to startup visibility}} & C-u C-u \textless{}tab\textgreater{} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{Show everything}} & C-u C-u C-u \textless{}tab\textgreater{} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{Reveal around point}} & C-c C-r \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} {\bf{Show subtree headings}} & C-c C-k \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} {\bf{Show direct children}} & C-c \textless{}tab\textgreater{} \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} {\bf{Subtree to indirect buffer}} & C-c C-x b \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} {\bf{Copy visible in region}} & C-c C-x v \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} {\bf{Next/prev same level}} & C-c f/b \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} {\bf{Next/prev visible}} & C-c n/p \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} {\bf{Up a level}} & C-c u \tn % Row Count 13 (+ 1) % Row 10 \SetRowColor{LightBackground} {\bf{Goto/Search}} & C-c j \tn % Row Count 14 (+ 1) % Row 11 \SetRowColor{white} {\bf{Promote/demote subtree}} & \seqsplit{M-S-right/left} \tn % Row Count 15 (+ 1) % Row 12 \SetRowColor{LightBackground} {\bf{Move subtree up/down}} & M-S-up/down \tn % Row Count 16 (+ 1) % Row 13 \SetRowColor{white} {\bf{Mark element}} & M-h \tn % Row Count 17 (+ 1) % Row 14 \SetRowColor{LightBackground} {\bf{Mark subtree}} & C-c @ \tn % Row Count 18 (+ 1) % Row 15 \SetRowColor{white} {\bf{Clone subtree}} & C-c C-x c \tn % Row Count 19 (+ 1) % Row 16 \SetRowColor{LightBackground} {\bf{Refile subtree}} & C-c w \tn % Row Count 20 (+ 1) % Row 17 \SetRowColor{white} {\bf{Sort same level}} & C-c \textasciicircum{} \tn % Row Count 21 (+ 1) % Row 18 \SetRowColor{LightBackground} {\bf{Narrow}} & C-x n \tn % Row Count 22 (+ 1) % Row 19 \SetRowColor{white} {\bf{Promote to heading}} & C-c * \tn % Row Count 23 (+ 1) % Row 20 \SetRowColor{LightBackground} {\bf{Cycle list bullets}} & C-c - \tn % Row Count 24 (+ 1) % Row 21 \SetRowColor{white} {\bf{List item to headline}} & C-c * \tn % Row Count 25 (+ 1) % Row 22 \SetRowColor{LightBackground} {\bf{Entire list to subtree}} & C-c C-* \tn % Row Count 26 (+ 1) % Row 23 \SetRowColor{white} {\bf{New checkbox item}} & M-S-\textless{}ret\textgreater{} \tn % Row Count 27 (+ 1) % Row 24 \SetRowColor{LightBackground} {\bf{Add drawer}} & C-c C-x d \tn % Row Count 28 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Prefix all kill/yank commands with {\bf{C-c C-x}} to operate on subtrees.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}