From 86a7c535624984500eb8f061186cef707fd4db81 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Fri, 13 Jun 2014 19:48:43 +0200 Subject: [PATCH] Update default binding for abbreviation expansion --- grml-zsh-refcard.tex.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4