Comment on Vim Cheat Sheet - For Programmers By ProgrammersparentComments−Gonsalu15yYou can press the tab key in Vim to get command auto completion.For example, :colo<tab> completes to :colorscheme.
Comments
You can press the tab key in Vim to get command auto completion.
For example, :colo<tab> completes to :colorscheme.