Vim

From KevinWiki

Jump to: navigation, search


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