\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{Mikalai Seva (mikalai)} \pdfinfo{ /Title (spacemacs-by-agevio-com.pdf) /Creator (Cheatography) /Author (Mikalai Seva (mikalai)) /Subject (Spacemacs (by Agevio.com) 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}{6B3BA3} \definecolor{LightBackground}{HTML}{F5F2F9} \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{Spacemacs (by Agevio.com) Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Mikalai Seva (mikalai)} via \textcolor{DarkBackground}{\uline{cheatography.com/33656/cs/10490/}}} \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}Mikalai Seva (mikalai) \\ \uline{cheatography.com/mikalai} \\ \uline{\seqsplit{agevio}.com} \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 January, 2017.\\ 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{0.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Spacemacs configuration}} \tn % Row 0 \SetRowColor{LightBackground} SPC f e d & Open .spacemacs file \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} SPC f e R & Reload configuration from .spacemacs file \tn % Row Count 4 (+ 2) \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}{Help}} \tn % Row 0 \SetRowColor{LightBackground} SPC h SPC & Open help \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} SPC ? & Search bindings \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} SPC f e h & Help about current layer \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} SPC h d f & Describe a function \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} SPC h d v & Describe a variable \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} SPC h d k & Describe a key \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} SPC h d p & Describe a package \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} SPC h m & Search available man page \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.9954 cm} x{3.9816 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Toggle features}} \tn % Row 0 \SetRowColor{LightBackground} SPC t a & Toggle auto completion \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} SPC t c & Toggle camel case motion \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} SPC t F & Toggle auto fill mode \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} SPC t n & Toggle line numbers \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} SPC t r & Toggle relative line numbers \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} SPC t s & Toggle syntax checking \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} SPC t l & Toggle line wrap \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} SPC t S & Toggle spell-check \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.94563 cm} x{4.03137 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Files}} \tn % Row 0 \SetRowColor{LightBackground} SPC f f & Find (open) file \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} SPC f E & Open with sudo \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} SPC f s & Save current buffer \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} SPC f S & Save all buffers \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} SPC f R & Rename file in current buffer \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} SPC f t & Toggle neotree \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.94563 cm} x{4.03137 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Projects}} \tn % Row 0 \SetRowColor{LightBackground} SPC p p & Open recent project \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} SPC p f & Find file in current project \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} SPC p b & Current project's buffers \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} SPC p t & toggle neotree at project root \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Windows}} \tn % Row 0 \SetRowColor{LightBackground} SPC 0 & Move focus to neotree window \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} SPC 1..9 & Focus window 1 to 9 \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} SPC w w & Focus next window \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} SPC w h & Switch to left window \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} SPC w l & Switch to right window \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} SPC w k & Switch to up window \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} SPC w j & Switch to down window \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} SPC w s & Split window below point \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} SPC w S & Split below and focus new window \tn % Row Count 10 (+ 1) % Row 9 \SetRowColor{white} SPC w v & Split window vertically \tn % Row Count 11 (+ 1) % Row 10 \SetRowColor{LightBackground} SPC w V & Split vertically and focus new window \tn % Row Count 13 (+ 2) % Row 11 \SetRowColor{white} SPC w = & Rebalance current windows \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} SPC w . & Enter to transition state \tn % Row Count 15 (+ 1) % Row 13 \SetRowColor{white} SPC w d & Close (delete) window \tn % Row Count 16 (+ 1) % Row 14 \SetRowColor{LightBackground} SPC w m & Maximize window \tn % Row Count 17 (+ 1) % Row 15 \SetRowColor{white} SPC w u & Undo window layout change \tn % Row Count 18 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.04517 cm} x{3.93183 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Buffers}} \tn % Row 0 \SetRowColor{LightBackground} SPC b b & List buffers \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} SPC b n & Switch to next buffer \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} SPC b p & Switch to previous buffer \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} SPC b d & Kill current buffer \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} SPC TAB & Switch to last buffer \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} SPC b s & Switch to {\emph{scratch}} buffer \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.84609 cm} x{4.13091 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Search}} \tn % Row 0 \SetRowColor{LightBackground} SPC / & Search in current project \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.69678 cm} x{4.28022 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Editor - Code folding}} \tn % Row 0 \SetRowColor{LightBackground} z r & Open all folds \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} z m & Close all folds \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} z a & Toggle current fold \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} z o & Open current fold \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} z c & Close fold \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.4931 cm} x{3.4839 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Editor - Code formatting}} \tn % Row 0 \SetRowColor{LightBackground} SPC j k & Indent next line \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} SPC j = & Indent buffer \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.09494 cm} x{3.88206 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Edit - Programming}} \tn % Row 0 \SetRowColor{LightBackground} SPC s j & Show Imenu \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} SPC d d & Lookup word at point with dash \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} SPC ; & Comment current visual selection \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} SPC ; i \{ & Comment inner \{ block \tn % Row Count 6 (+ 2) \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}{Editor - Basic Navigation}} \tn % Row 0 \SetRowColor{LightBackground} k & Go up \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} j & Go down \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} h & Go left \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} l & Go right \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} C-d & Go down a page \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} C-u & Go up a page \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} gg & Go to beginning of bufffer \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} G & Go to end of buffer \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \$ & Go to end of line \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \textasciicircum{} & Go to beginning of line \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}{Editor - Navigation}} \tn % Row 0 \SetRowColor{LightBackground} w & Go right a word \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} b & Go left a word \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} e & Go to the end of word \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} C-o & Jump back \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} z z & Center buffer around point \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} g ; & Go to last place you edited \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} ' ' & Go back to last position \tn % Row Count 7 (+ 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}{Misc}} \tn % Row 0 \SetRowColor{LightBackground} SPC ' & Toggle shell \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Alt-/ & Expand snippet \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} SPC x c & Word count in region \tn % Row Count 3 (+ 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}{Edit - Copy/Paste}} \tn % Row 0 \SetRowColor{LightBackground} y w & Copy a word \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} y l & Copy a line \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} y \$ & Copy from point to end of line \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} p & Paste \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.84609 cm} x{4.13091 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Edit - Deleting}} \tn % Row 0 \SetRowColor{LightBackground} x & Delete character \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} d & Delete highlighted text \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} d w & Delete word \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} d d & Delete line \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} d \$ & Delete to end of line \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} d f ) & Delete until right paren \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Magit}} \tn % Row 0 \SetRowColor{LightBackground} SPC g \textgreater{} & Open magit blame \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} SPC g f h & Show file commits history \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} SPC g H c & Clear highlights \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} SPC g H h & Highlight regions by age of commits \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} SPC g H t & Highlight regions by last updated time \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} SPC g S & Stage current file \tn % Row Count 10 (+ 1) % Row 6 \SetRowColor{LightBackground} SPC g U & Unstage current file \tn % Row Count 11 (+ 1) % Row 7 \SetRowColor{white} SPC g s & Open magit status window \tn % Row Count 12 (+ 1) % Row 8 \SetRowColor{LightBackground} c c & Commit \tn % Row Count 13 (+ 1) % Row 9 \SetRowColor{white} b b & Checkout a branch \tn % Row Count 14 (+ 1) % Row 10 \SetRowColor{LightBackground} b c & Create a branch \tn % Row Count 15 (+ 1) % Row 11 \SetRowColor{white} gr & Refresh \tn % Row Count 16 (+ 1) % Row 12 \SetRowColor{LightBackground} l l & Open log buffer \tn % Row Count 17 (+ 1) % Row 13 \SetRowColor{white} P u & Push to tracked branch \tn % Row Count 18 (+ 1) % Row 14 \SetRowColor{LightBackground} P m & Push to matching branch (e.g., upstream/develop to origin/develop) \tn % Row Count 21 (+ 3) % Row 15 \SetRowColor{white} s & On a file or hunk in a diff: stage the file or hunk \tn % Row Count 23 (+ 2) % Row 16 \SetRowColor{LightBackground} S & Stage all \tn % Row Count 24 (+ 1) % Row 17 \SetRowColor{white} u & On a staged file: unstage \tn % Row Count 25 (+ 1) % Row 18 \SetRowColor{LightBackground} U & Unstage all staged files \tn % Row Count 26 (+ 1) % Row 19 \SetRowColor{white} z z & Stash changes \tn % Row Count 27 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Elixir}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{} \tn % Row Count 0 (+ 0) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.9954 cm} x{3.9816 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Elixir - Help}} \tn % Row 0 \SetRowColor{LightBackground} SPC m h : & Run custom search for help \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} SPC m h h & Show help of the current expression \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} SPC m h H & Toggle through search history \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} SPC m h r & Show help for current region \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Elixir - Mix}} \tn % Row 0 \SetRowColor{LightBackground} SPC m m : & Prompt for a mix command \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} SPC m m c & Compile the whole application \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} SPC m m h & Show help for a specific mix command \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} SPC m m x & Run the given expression in the Elixir application context \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Elixir - Project}} \tn % Row 0 \SetRowColor{LightBackground} SPC m p t & Open project test directory and list all test files \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} SPC m g t & Toggle between a file and its tests in the current window \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} SPC m g T & Toggle between a file and its tests in other window \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.9954 cm} x{3.9816 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Elixir - Tests}} \tn % Row 0 \SetRowColor{LightBackground} SPC m g t & Open the test file for current buffer \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} SPC m t a & Run all the tests \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} SPC m t b & Run all the tests from current buffer \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} SPC m t r & Rerun the last test \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} SPC m t t & Run test under point \tn % Row Count 10 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Elixir - next column}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{} \tn % Row Count 0 (+ 0) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Agevio}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Agevio.com loves Elixir% Row Count 1 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Elixir - Compile}} \tn % Row 0 \SetRowColor{LightBackground} SPC m c : & Run a custom compile command with elixirc \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} SPC m c b & Compile the current buffer with elixirc \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} SPC m c f & Compile the given filename with elixirc \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Elixir - Execute}} \tn % Row 0 \SetRowColor{LightBackground} SPC m x : & Run a custom execute command with elixir \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} SPC m x b & Run the current buffer through elixir \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} SPC m x f & Run elixir with the given filename \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Elixir - Code Definition Jump}} \tn % Row 0 \SetRowColor{LightBackground} SPC m g g & Jump to the elixir expression definition at point \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} SPC m . & Pop back to where SPC m g g was last invoked \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Elixir - next column}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{} \tn % Row Count 0 (+ 0) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Elixir - REPL interactions}} \tn % Row 0 \SetRowColor{LightBackground} SPC m s c & Compiles the current buffer in the IEx process \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} SPC m s i & Start an iex inferior process \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} SPC m s I & Start an IEx process with mix (iex -S mix) \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} SPC m s l & Send current line to REPL buffer \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} SPC m s L & Send current line to REPL buffer and focus it in insert state \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} SPC m s m & Reloads the module in the current buffer in your IEx process \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} SPC m s r & Send region to REPL buffer \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} SPC m s R & Send region to REPL buffer and focus it in insert state \tn % Row Count 16 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.94563 cm} x{4.03137 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Elixir - Evaluation in place}} \tn % Row 0 \SetRowColor{LightBackground} SPC m e b & Evaluate buffer \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} SPC m e B & Evaluate buffer and insert result \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} SPC m e l & Evaluate current line \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} SPC m e L & Evaluate current line and insert result \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} SPC m e r & Evaluate region \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} SPC m e R & Evaluate region and insert result \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}