Vim

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
Kevin (Talk | contribs)
(New page: Category:Linux == Enable Syntax Highlight == * Install Vim $ apt-get install vim * Open the <code>/etc/vim/vimrc</code> file and uncomment the following line. "syntax on so it w...)

Latest revision as of 04:40, 12 April 2009


Enable Syntax Highlight

  • Install Vim
$ apt-get install vim 


  • Open the /etc/vim/vimrc file and uncomment the following line.
"syntax on

so it would be

syntax on


  • If the terminal uses a dark background, also uncomment this
"set background=dark

to

set background=dark
Retrieved from "http://kevinlee.io/wiki/Vim"
Personal tools