Skip to content

Instantly share code, notes, and snippets.

@kittinunf
Created January 24, 2014 02:59
Show Gist options
  • Save kittinunf/8591358 to your computer and use it in GitHub Desktop.
Save kittinunf/8591358 to your computer and use it in GitHub Desktop.
set nocompatible
" misc
set showcmd
set showmatch
" indentation
set autoindent
set smartindent
set expandtab
set smarttab
set tabstop=2
set shiftwidth=2
" searching
set ignorecase
set smartcase
set incsearch
" mappings
imap jj <Esc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment