Slight rewrite of genrefcard.pl
[grml-gen-zshrefcard.git] / grml-zsh-refcard.tex.in
index 89ff86c..f7893b6 100644 (file)
 %%% Oben: Links, Mitte, Rechts
  \ihead[]{{\Huge GRML-Zsh-Refcard}}
  \chead[]{}
- \ohead[]{Revision: Die Feb 06 20:11:16 CET 2007}
- %\ohead[]{Revision: \today}
+ \ohead[]{Generated: \today}
 %%% Unten: Links, Mitte, Rechts
  \ifoot[]{\vspace{-3pt}GRML-Zsh-Refcard}
  \cfoot[]{}
@@ -268,7 +267,7 @@ values:
 \command{umask @@INSERT-other-r_umask@@}{new files for root user \kbd{@@INSERT-other-r_umaskstr@@}}
 \commandlistend
 
-\subsection*{Key Bindings}
+\subsection*{Keybindings}
 
 Default keybinding mode is Emacs, i.e. you can use Emacs keybinds like
 \kbd{^A {\rm or} ^E} on the command line. You can however also switch
@@ -279,8 +278,6 @@ to vi mode.
 \command{setopt vi}{Switch to vi mode}
 \commandlistend
 
-\subsection*{Keybindings}
-
 The following keybindings document some important keybindings which are not
 defined by zsh's default configuration. Tip: press <tab> twice when completing a
 command you installed which is not yet known to zsh or run 'rehash' manually.
@@ -370,30 +367,6 @@ just like this as well.
 
 %\pagebreak
 
-%% Global Aliases are disabled ATM.
-%\subsection*{Global Aliases}
-%
-%Global Aliases are expanded {\it everywhere} on the command line, not
-%only if they are at the first position. Example: 'cat foo bar C' is the
-%same as running 'cat foo bar | wc -l'.
-%
-%\commandlistbegin
-%\command{BG}{\kbd{\& exit}}
-%\command{C}{\kbd{| wc -l}}
-%\command{G}{\kbd{| grep}}
-%\command{H}{\kbd{| head}}
-%\command{Hl}{\kbd{-{}-help |\& less -r} \quad(display help in pager)}
-%\command{K}{\kbd{| keep}}
-%\command{L}{\kbd{| less}}
-%\command{M}{\kbd{| most}}
-%\command{N}{\kbd{\&>/dev/null} \quad(No Output)}
-%\command{R}{\kbd{| tr A-z N-za-m} \quad(ROT13)}
-%\command{SL}{\kbd{| sort | less}}
-%\command{S}{\kbd{| sort}}
-%\command{T}{\kbd{| tail}}
-%\command{V}{\kbd{| vim -}}
-%\commandlistend
-
 \subsection*{Functions for user (grml)}
 
 \textbf{Searching}