PracticalVim Tip112 - yszheda/wiki GitHub Wiki

Table of Contents

Tip 112: Work with the Autocomplete Pop-Up Menu

Return to the top: <>

Commands for the Pop-up Menu | Keystrokes | Effect | | `` | Use the next match from the word list (_next match_) | | `` | Use the previous match from the word list (_previous match_) | | `` | Select the next match from the word list | | `` | Select the previous match from the word list | | `` | Accept the currently selected match (_yes_) | | `` | Revert to the originally typed text (_exit_ from autocompletion) | | `` (and ``) | Delete one character from current match | | `` | Add one character from current match | | `{char}` | Stop completion and insert {char} |

Browse the Word List Without Changing the Document

Select by ``/``, and confirm by `` or ``

Update the Document As You Scroll Through the Word List

``/`` updates the document to use the selected word

Dismiss All Selections

``

Refine the Word List as You Type

  • ``: live filtering on word auto-completion. (useful when the word list contains too many suggestions)
  • ``: live filtering on omni auto-completion.
  • ``: live filtering on filename auto-completion.
⚠️ **GitHub.com Fallback** ⚠️