From: Bernhard Tittelbach Date: Tue, 19 Jun 2018 13:12:26 +0000 (+0200) Subject: zshrc: fix default keybinding help X-Git-Tag: v0.15.1~5 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=89986371e9d8e40c903c9fa5dccc46f44b6015a0 zshrc: fix default keybinding help --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 96869cc..68b38cc 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1219,7 +1219,7 @@ function help_zle_parse_keybindings () { help_zle_keybindings['']="repeat next cmd/char times (-10a -> -10 times 'a')" help_zle_keybindings['u']="make next word Uppercase" help_zle_keybindings['l']="make next word lowercase" - help_zle_keybindings['xd']="preview expansion under cursor" + help_zle_keybindings['xG']="preview expansion under cursor" help_zle_keybindings['q']="push current CL into background, freeing it. Restore on next CL" help_zle_keybindings['.']="insert (and interate through) last word from prev CLs" help_zle_keybindings[',']="complete word from newer history (consecutive hits)"