X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-zsh-refcard.tex.in;h=8ef23b48e4f52a2860ed50d7c908ebdd58b58a34;hb=refs%2Fheads%2Fmaster;hp=c1562e50ec8834865559d1ddb7ab6b69c8ec8ec0;hpb=1da783123e58c29f35835b1f317894835e2d7588;p=grml-gen-zshrefcard.git diff --git a/grml-zsh-refcard.tex.in b/grml-zsh-refcard.tex.in index c1562e5..8ef23b4 100644 --- a/grml-zsh-refcard.tex.in +++ b/grml-zsh-refcard.tex.in @@ -1,3 +1,13 @@ +% This file is free software: you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% (at your option) any later version. +% +% This file is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. + \documentclass[8pt, % 8pt a4paper, % A4 oneside, % Einseitig @@ -102,13 +112,13 @@ %%% Seitenkopf- und -Fußzeilen {{{ \automark[subsection*]{section} % \left- und \rightmark bekommen Inhalt %%% Oben: Links, Mitte, Rechts - \ihead[]{{\Huge GRML-Zsh-Refcard}} + \ihead[]{{\Huge Grml-Zsh-Refcard}} \chead[]{} \ohead[]{Generated: \today} %%% Unten: Links, Mitte, Rechts - \ifoot[]{\vspace{-3pt}GRML-Zsh-Refcard} + \ifoot[]{\vspace{-3pt}Grml-Zsh-Refcard} \cfoot[]{} - \ofoot[]{\vspace{-3pt}\copyright 2005-2009 \href{mailto:julius@grml.org}{Julius Plenz}, + \ofoot[]{\vspace{-3pt}\copyright 2005-2018 \href{mailto:julius@grml.org}{Julius Plenz}, \href{mailto:mika@grml.org}{Michael Prokop} and \href{mailto:ft@grml.org}{Frank Terbeck}} %%% }}} @@ -181,7 +191,7 @@ %%% Inhalt {{{ %Schon in lhead -%\section{GRML's Zsh-Setup Reference Card} +%\section{Grml's Zsh-Setup Reference Card} \subsection*{Configuration files} @@ -243,11 +253,6 @@ values: @@INSERT-variables@@ \commandlistend -\commandlistbegin -\command{umask @@INSERT-other-umask@@}{new files automatically get permissions \kbd{@@INSERT-other-umaskstr@@}} -\command{umask @@INSERT-other-r_umask@@}{new files for root user \kbd{@@INSERT-other-r_umaskstr@@}} -\commandlistend - \subsection*{Keybindings} Default keybinding mode is Emacs, i.e. you can use Emacs keybinds like @@ -326,12 +331,12 @@ Please note: if not executed as root, these aliases try to run the command via s As of version 0.9, grml does not enable global aliases anymore. Instead, a feature similiar to vim's 'iab' was added. The default key-sequence to trigger -the expansion is ',.'. +the expansion is '\texttt{C-x\,.}'. Example: \commandlistbegin -\kbd{co}\begin{Huge},.\end{Huge} \quad expands to: \kbd{./configure \&\& make \&\& sudo make install} +\kbd{co}\textbf{} \quad expands to: \kbd{./configure \&\& make \&\& sudo make install} \commandlistend The configuration of this feature and its implementation are described on the zsh wiki @@ -350,13 +355,6 @@ like this as well. \subsection*{Functions for user (grml)} -\textbf{Searching} - -\commandlistbegin -@@INSERT-functions-search@@ -\commandlistend - -\vspace{12pt} \textbf{Shortcuts} \commandlistbegin