If you want to use the desert color scheme instead, just specify it instead of delek, like this: :colo desert Note: If those color schemes don’t seem to make any change to your vim session, try some of the other color schemes listed below, such as darkblue, evening, shine, etc....
Changes made to the color settings are not permanent. Once you close Vim, the color scheme returns to the default settings. To make the changes permanent, modify Vim'sconfiguration filewith the wanted color settings. Take the following steps: 1. Open the.vimrcfile in Vim. If the file does...
"Make search act like search in modern browsers set nolazyredraw "Don't redraw while executing macros set magic "Set magic on, for regular expressions set showmatch "Show matching bracets when text indicator is over them set mat=2 "How many tenths of a second to blink " No sound on ...