Table of Contents

vi/vim

Configuration Commands

Info Commands

Sample Config

Configuration/.vimrc

colorscheme ron
syntax enable

set number

set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set smartcase " ignorecase

Basic

wget -O .vimrc  https://raw.githubusercontent.com/amix/vimrc/master/vimrcs/basic.vim