Skip to content

Instantly share code, notes, and snippets.

@arindam89
Created November 27, 2012 07:48
Show Gist options
  • Save arindam89/4153009 to your computer and use it in GitHub Desktop.
Save arindam89/4153009 to your computer and use it in GitHub Desktop.
Minimal Vimrc
set nocompatible
set backspace=2
set ignorecase smartcase
set autoindent smartindent
set gdefault hlsearch incsearch showmatch
set expandtab softtabstop=4
syntax on
set number
set cursorline
set scrolloff=999
set wildmenu
set wildmode=list:longest
map <f6> :w <CR>:!bash % <CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment