Enabling syntax color highlighting will add colors to the editor when editing in vim, but that’s not all as there are actually many color schemes to choose from.
The scheme can be changed by issuing :colorscheme <color> while in vim’s command mode. <color> can be rotated and autocompleted by pressing the tab key.
To permanently enable blue colorscheme for example, add the following line to /etc/vim/vimrc or ~/.vimrc
colorscheme blue
|
Bookmark this page: Subscribe to feed
|



