vimtricks.wiki Concise Vim tricks, one at a time.

How do you set a color scheme in Vim?

Answer

:colorscheme desert

Explanation

Use :colorscheme name to change the color scheme. Popular built-in schemes include desert, slate, elflord. See all with :colorscheme <Tab>.

Next

How do I visually select a double-quoted string including the quotes themselves?