From 89986371e9d8e40c903c9fa5dccc46f44b6015a0 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Tue, 19 Jun 2018 15:12:26 +0200 Subject: [PATCH] zshrc: fix default keybinding help --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.1.4