Tab-Complete your ex commands
The
:col<C-d>
colder
colorscheme
Suppose we want to change the color scheme, but we can’t remember the
name of the theme we want. We could use the
:colorscheme <C-d>
❮ blackboard desert
blue
darkblue
default
delek
elflord
evening
koehler
mac_classic
morning
murphy
pablo
peachpuff
ron
shine
slate
solarized
torte
zellner
We can even define the tab-completion behavior when creating our own custom Ex commands. To see what’s possible, check out :h :command-complete.