zshrc: fix default keybinding help
authorBernhard Tittelbach <bernhard@tittelbach.org>
Tue, 19 Jun 2018 13:12:26 +0000 (15:12 +0200)
committerBernhard Tittelbach <bernhard@tittelbach.org>
Tue, 19 Jun 2018 13:12:26 +0000 (15:12 +0200)
etc/zsh/zshrc

index 96869cc..68b38cc 100644 (file)
@@ -1219,7 +1219,7 @@ function help_zle_parse_keybindings () {
     help_zle_keybindings['<Alt><arg>']="repeat next cmd/char <arg> times (<Alt>-<Alt>1<Alt>0a -> -10 times 'a')"
     help_zle_keybindings['<Alt>u']="make next word Uppercase"
     help_zle_keybindings['<Alt>l']="make next word lowercase"
-    help_zle_keybindings['<Ctrl>xd']="preview expansion under cursor"
+    help_zle_keybindings['<Ctrl>xG']="preview expansion under cursor"
     help_zle_keybindings['<Alt>q']="push current CL into background, freeing it. Restore on next CL"
     help_zle_keybindings['<Alt>.']="insert (and interate through) last word from prev CLs"
     help_zle_keybindings['<Alt>,']="complete word from newer history (consecutive hits)"