Vim: Change color scheme

Published:

Since I keep forgetting and sometimes meet horrible, horrible colors when opening vim on various servers:

:colo TAB

And by that I mean, inside vim, type :colo (shorthand for colorscheme) and then press TAB to cycle through built-in color schemes. Press to activate.

To make it permanent, put the the command in your ~/.vimrc, without the initial colon.

colo foobar