Skip to content

Instantly share code, notes, and snippets.

@jibone
Created March 5, 2012 03:29
Show Gist options
  • Save jibone/1976306 to your computer and use it in GitHub Desktop.
Save jibone/1976306 to your computer and use it in GitHub Desktop.
My .vimrc file...
set tabstop=4
set softtabstop=4
set shiftwidth=4
" textmate like set invisibles.
" ctrl-v u25b8 for ▸ and ctrl-v u00ac for ¬
set listchars=tab:▸\ ,eol:¬
set list
set nohls
set incsearch
set showcmd
set nowrap
set number
set autoindent
set smartindent
syntax on
filetype on
filetype indent on
filetype plugin on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment