Tip32: Tab-Complete Your Ex Commands
January 12, 2021 ยท View on GitHub
:col<C-d>
reveal a list of possible completions
<Tab>to cycle through the list<S-Tab>to scroll backward

scroll forward
<Tab>,<C-n>,<Right>
scroll backward
<S-Tab>,<C-p>,<Left>