X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=68b38cc76a2b4ade0be5abe44fe5b1e72e446fe2;hb=89986371e9d8e40c903c9fa5dccc46f44b6015a0;hp=96869cc07a73ea7468c68353a22127778f621cc6;hpb=0f6d65b6e290181beaeaaf720cfe1717a69c15db;p=grml-etc-core.git 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)"