Skip to content

Instantly share code, notes, and snippets.

@bitmage
Created August 23, 2010 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitmage/546389 to your computer and use it in GitHub Desktop.
Save bitmage/546389 to your computer and use it in GitHub Desktop.
".vimrc
syntax on
set autoindent
set smartindent
"filetype plugin indent on
"set iskeyword+=_,$,@,%,#
set noerrorbells
set incsearch
set list
set listchars=tab:->,trail:-
set nohlsearch
set number "display line numbers
set numberwidth=5
set ignorecase "ignore case when searching
set wrap
"set linebreak
set expandtab
set shiftwidth=2
set softtabstop=2
set tabstop=2
set backspace=eol,indent,start "backspace over end of line, indent, and insertion start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment