\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{peraza00} \pdfinfo{ /Title (emacs-guide.pdf) /Creator (Cheatography) /Author (peraza00) /Subject (Emacs 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}{8F74A3} \definecolor{LightBackground}{HTML}{F8F6F9} \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 Guide Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{peraza00} via \textcolor{DarkBackground}{\uline{cheatography.com/216509/cs/47325/}}} \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}peraza00 \\ \uline{cheatography.com/peraza00} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 8th November, 2025.\\ Updated 8th November, 2025.\\ 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.87717 cm} x{1.2531 cm} x{1.2531 cm} p{0.79363 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Sintaxis}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{SPC}} = Espacio & {\bf{C-}} = Ctrl (sostenido) & {\bf{M-}} = Alt (sostenido) & {\bf{RET}} = Enter \tn % Row Count 3 (+ 3) \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}{⭐ Escenciales}} \tn % Row 0 \SetRowColor{LightBackground} C-x C-f & Abrir archivo (find-file) \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} C-x C-s & Guardar archivo \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} C-x C-w & Guardar como (write-file) \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} C-x s & Guardar todos los buffers \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} C-x C-b & Listar buffers \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} C-x b & Cambiar de buffer \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} C-x k & Cerrar/matar buffer actual \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} C-x C-v & Abrir archivo en el buffer actual \tn % Row Count 9 (+ 2) % Row 8 \SetRowColor{LightBackground} M-x & Ejecutar comando \tn % Row Count 10 (+ 1) % Row 9 \SetRowColor{white} C-g & Cancelar comando \tn % Row Count 11 (+ 1) % Row 10 \SetRowColor{LightBackground} C-x C-+ & Aumentar fuente \tn % Row Count 12 (+ 1) % Row 11 \SetRowColor{white} C-x C-{}- & Disminuir fuente \tn % Row Count 13 (+ 1) % Row 12 \SetRowColor{LightBackground} C-x C-0 & Reset fuente \tn % Row Count 14 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.14471 cm} x{3.83229 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Navegación Básica}} \tn % Row 0 \SetRowColor{LightBackground} C-f / C-b & Adelante / atrás un carácter \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} M-f / M-b & Adelante / atrás una palabra \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} C-n / C-p & Línea siguiente / anterior \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} C-a / C-e & Inicio / fin de línea \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} M-a / M-e & Inicio / fin de oración \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} M-\{ & Párrafo anterio \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} M-\} & Párrafo siguiente \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} C-v / M-v & Página abajo / arriba \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} M-\textless{} & Inicio del buffer \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} M-\textgreater{} & Fin del buffer \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} M-g g & Ir a una línea específica \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} C-l & Centrar cursor en pantalla \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{C-l se usa también para situar la linea al centro o al inicio del buffer} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.94103 cm} x{3.03597 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Comandos (M-x)}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{string-rectangle} & Inserta texto en rectangulo (region) \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{delete-duplicate-lines} & Elimina líneas duplicadas automáticamente. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \seqsplit{delete-trailing-whitespace} & Quita espacios basura al final de cada línea. \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} count-words & Cuenta palabras / líneas / caracteres en región. \tn % Row Count 9 (+ 3) % Row 4 \SetRowColor{LightBackground} sort-lines & Ordena líneas alfabéticamente. \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{sort-numeric-fields} & Ordena líneas basándose en valores numéricos. \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} sort-fields & Ordena por una columna específica (CSV, logs, etc). \tn % Row Count 16 (+ 3) % Row 7 \SetRowColor{white} reverse-region & Invierte el orden de las líneas seleccionadas. \tn % Row Count 18 (+ 2) % Row 8 \SetRowColor{LightBackground} flush-lines & Elimina TODAS las líneas que coincidan con un regex. \tn % Row Count 21 (+ 3) % Row 9 \SetRowColor{white} keep-lines & Mantiene únicamente las que coinciden con un regex. \tn % Row Count 24 (+ 3) % Row 10 \SetRowColor{LightBackground} \seqsplit{capitalize-region} & Capitaliza cada palabra de la región. \tn % Row Count 26 (+ 2) % Row 11 \SetRowColor{white} upcase-region & Convierte región a MAYÚSCULAS. \tn % Row Count 28 (+ 2) % Row 12 \SetRowColor{LightBackground} \seqsplit{downcase-region} & Convierte región a minúsculas. \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.94103 cm} x{3.03597 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Comandos (M-x) (cont)}} \tn % Row 13 \SetRowColor{LightBackground} untabify & Convierte tabs a espacios. \tn % Row Count 2 (+ 2) % Row 14 \SetRowColor{white} tabify & Convierte espacios a tabs. \tn % Row Count 4 (+ 2) % Row 15 \SetRowColor{LightBackground} \seqsplit{rectangle-mark-mode} & Pega una selección rectangular. \tn % Row Count 6 (+ 2) % Row 16 \SetRowColor{white} open-rectangle & Inserta espacios en columnas (desplaza texto). \tn % Row Count 8 (+ 2) % Row 17 \SetRowColor{LightBackground} kill-rectangle & Corta un rectángulo de texto. \tn % Row Count 10 (+ 2) % Row 18 \SetRowColor{white} occur & Lista todas las apariciones de un patrón (búsqueda avanzada). \tn % Row Count 13 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.79632 cm} x{4.18068 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Manipulación de Texto}} \tn % Row 0 \SetRowColor{LightBackground} M-u & Palabra a MAYÚSCULAS \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} M-l & Palabra a minúsculas \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} M-c & Capitalizar Palabra \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} C-x C-u & Región a MAYÚSCULAS \tn % Row Count 5 (+ 2) % Row 4 \SetRowColor{LightBackground} C-x C-l & Región a minúsculas \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} M-q & Reformatear párrafo (fill-paragraph) \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} C-x f & Establecer ancho de columna \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} C-o & Insertar línea en blanco \tn % Row Count 11 (+ 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}{Marcas y Regiones}} \tn % Row 0 \SetRowColor{LightBackground} C-SPC & Establecer marca \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} C-x C-x & Intercambiar punto y marca \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} C-u C-SPC & Volver a marca anterior \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} M-h & Marcar párrafo \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} C-x h & Marcar buffer completo \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} M-@ & Marcar palabra \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}{Rectángulos}} \tn % Row 0 \SetRowColor{LightBackground} C-x r k & Cortar rectángulo \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} C-x r y & Pegar rectángulo \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} C-x r t & Reemplazar rectángulo por texto \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} C-x r o & Insertar espacios rectangulares \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} C-x r c & Limpiar rectángulo \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.54287 cm} x{3.43413 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Macros}} \tn % Row 0 \SetRowColor{LightBackground} C-x ( & Iniciar grabación macro \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} C-x ) & Finalizar macro \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} C-x e & Ejecutar macro \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} C-u 10 C-x e & Ejecutar macro N veces (10) \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{1.14471 cm} x{3.83229 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Magit}} \tn % Row 0 \SetRowColor{LightBackground} C-x g & C-x g \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} s & Stage \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} u & Unstage \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} c c & Commit \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} P p & Push \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} F p & Pull \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} b b & Checkout branch \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} b c & Crear branch \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} l l & Log \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} d d & Diff \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} TAB & Expandir sección \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} g & Refrescar \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} q & Salir \tn % Row Count 13 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.74655 cm} x{4.23045 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Ventanas}} \tn % Row 0 \SetRowColor{LightBackground} C-x 2 & Dividir horizontalmente \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} C-x 3 & Dividir verticalmente \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} C-x 1 & Dejar solo la ventana actual \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} C-x 0 & Cerrar ventana actual \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} C-x o & Cambiar a otra ventana \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} C-x \textasciicircum{} & Agrandar verticalmente \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} C-x \} & Agrandar horizontalmente \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} C-x \{ & Achicar horizontalmente \tn % Row Count 8 (+ 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}{Frames (extra)}} \tn % Row 0 \SetRowColor{LightBackground} C-x 5 2 & Crear nuevo frame \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} C-x 5 0 & Cerrar frame actual \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} C-x 5 o & Cambiar a otro frame \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} C-x 5 b & Abrir buffer en otro frame \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.19448 cm} x{3.78252 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Registros y Bookmarks}} \tn % Row 0 \SetRowColor{LightBackground} C-x r SPC & Guardar posición en registro \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} C-x r j & Saltar a registro \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} C-x r s & Guardar región en registro \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} C-x r i & Insertar desde registro \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} C-x r m & Crear bookmark \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} C-x r b & Ir a bookmark \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} C-x r l & Listar bookmarks \tn % Row Count 7 (+ 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}{Búsqueda y Reemplazo}} \tn % Row 0 \SetRowColor{LightBackground} C-s & Búsqueda incremental adelante \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} C-r & Búsqueda incremental atrás \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} M-\% & Reemplazo interactivo \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} C-M-s & Búsqueda regex adelante \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} C-M-r & Búsqueda regex atrás \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} C-M-\% & Reemplazo con regex \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} M-s o & Occur: listar coincidencias \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} M-s . & Buscar símbolo bajo cursor \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.79632 cm} x{4.18068 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Dired}} \tn % Row 0 \SetRowColor{LightBackground} C-x d & Abrir Dired \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} d & Marcar para borrar \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} u & Desmarcar \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} x & Ejecutar acciones marcadas \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} m & Marcar archivo \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} U & Desmarcar todos \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} C & Copiar archivo \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} R & Renombrar/mover archivo \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} + & Crear directorio \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} g & Refrescar \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \textasciicircum{} & Subir al directorio padre \tn % Row Count 11 (+ 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}{Ayuda}} \tn % Row 0 \SetRowColor{LightBackground} C-h k & Describir tecla \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} C-h f & Describir función \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} C-h v & Describir variable \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} C-h m & Describir modo \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} C-h a & Buscar comandos (apropos) \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} C-h i & Manual Info \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} C-h ? & Ayuda general \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.74655 cm} x{4.23045 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Comentarios}} \tn % Row 0 \SetRowColor{LightBackground} M-; & Comentar/descomentar línea o región \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} C-x C-; & Comentar/descomentar múltiples líneas \tn % Row Count 4 (+ 2) \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}{Edición de Texto}} \tn % Row 0 \SetRowColor{LightBackground} C-d & Borrar carácter \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} M-d & Borrar palabra siguiente \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \seqsplit{M-Delete} & Borrar palabra anterior \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} C-k & Corta hasta el fin de línea \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} M-k & Corta hasta el final de oración \tn % Row Count 6 (+ 2) % Row 5 \SetRowColor{white} C-w & Cortar región \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} M-w & Copiar región \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} C-y & Pegar (yank) \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} M-y & Ciclar por kill ring \tn % Row Count 10 (+ 1) % Row 9 \SetRowColor{white} C-/ o C-\_ & Deshacer \tn % Row Count 12 (+ 2) % Row 10 \SetRowColor{LightBackground} C-g C-/ & Rehacer (undo del undo) \tn % Row Count 13 (+ 1) % Row 11 \SetRowColor{white} C-t & Transponer caracteres \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} M-t & Transponer palabras \tn % Row Count 15 (+ 1) % Row 13 \SetRowColor{white} C-x C-t & Transponer líneas \tn % Row Count 16 (+ 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}{Org-mode}} \tn % Row 0 \SetRowColor{LightBackground} C-c C-c & Ejecutar/confirmar acción \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} C-c C-t & Cambiar estado TODO \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} C-c C-s & Programar \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} C-c C-d & Deadline \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} C-c . & Insertar timestamp \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} C-c C-o & Abrir enlace \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} C-c C-l & Insertar/editar enlace \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} TAB / S-TAB & Plegado/despliegue \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} M-RET & Nuevo ítem/heading \tn % Row Count 10 (+ 1) % Row 9 \SetRowColor{white} M-left / M-right & Promover/degradar heading \tn % Row Count 12 (+ 2) % Row 10 \SetRowColor{LightBackground} M-up / M-down & Mover heading \tn % Row Count 13 (+ 1) % Row 11 \SetRowColor{white} C-c C-e & Export dispatcher \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} C-c ' & Editar bloque de código \tn % Row Count 15 (+ 1) % Row 13 \SetRowColor{white} C-c C-x C-b & Toggle checkbox \tn % Row Count 16 (+ 1) % Row 14 \SetRowColor{LightBackground} C-c a & Agenda dispatcher \tn % Row Count 17 (+ 1) % Row 15 \SetRowColor{white} C-c C-w & Refile \tn % Row Count 18 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}