This is an old revision of the document!
vi/vim
Configuration Commands
:colo <color scheme>, set the color scheme
Sample Config
Configuration/.vimrc
~/.vimrcis the config file for Vim.
colorscheme ron syntax enable set number set tabstop=4 set softtabstop=4 set shiftwidth=4 set expandtab set smartcase # ignorecase