From: Frank Terbeck Date: Fri, 13 Jun 2014 17:48:43 +0000 (+0200) Subject: Update default binding for abbreviation expansion X-Git-Url: http://git.grml.org/?p=grml-gen-zshrefcard.git;a=commitdiff_plain;h=86a7c535624984500eb8f061186cef707fd4db81 Update default binding for abbreviation expansion --- diff --git a/grml-zsh-refcard.tex.in b/grml-zsh-refcard.tex.in index e0cac34..9474658 100644 --- a/grml-zsh-refcard.tex.in +++ b/grml-zsh-refcard.tex.in @@ -331,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