Skip to content

Instantly share code, notes, and snippets.

@kuanyingchou
Created November 13, 2013 06:56
Show Gist options
  • Save kuanyingchou/7444871 to your computer and use it in GitHub Desktop.
Save kuanyingchou/7444871 to your computer and use it in GitHub Desktop.
set nocompatible
set showcmd
filetype on
filetype plugin on
syntax enable
set autoindent
set expandtab
set smarttab
set shiftwidth=4
set softtabstop=4
set number
inoremap jj <Esc>
set incsearch
set hlsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment