Skip to content

Instantly share code, notes, and snippets.

@ambakshi
Last active November 13, 2015 03:55
Show Gist options
  • Save ambakshi/a0c226496e84f924ac2f to your computer and use it in GitHub Desktop.
Save ambakshi/a0c226496e84f924ac2f to your computer and use it in GitHub Desktop.
vimrc minimal
" barebones https://gist.github.com/ambakshi/a0c226496e84f924ac2f/raw/vimrc
set nocompatible
set backspace=indent,eol,start
syntax on
filetype plugin indent on
set hidden
nnoremap ; :
" bonus settings
set smartcase
set incsearch
set hlsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment