PracticalVim Tip32 - yszheda/wiki GitHub Wiki

Table of Contents

Tip 32: Tab-Complete Your Ex Commands

Return to the top: <>

  • ``: reveal a list of possible completions.
  • ``: scroll forward
  • ``: scroll backward

Example:

References:

Define tab-completion behavior

References:

Choosing from Multiple Matches

Custom the choosing behavior by tweaking the `wilemode` option:

  • Bash:
  • Zsh:

`wildmenu` enables:

  • scroll forward: ``/``/``
  • scroll backward: ``/``/`<left></left>`
⚠️ **GitHub.com Fallback** ⚠️