Skip to content

Instantly share code, notes, and snippets.

@albertoperdomo
Created June 18, 2009 15:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertoperdomo/131969 to your computer and use it in GitHub Desktop.
Save albertoperdomo/131969 to your computer and use it in GitHub Desktop.
.vimrc
set nocompatible
set tabstop=2
set shiftwidth=2
set hlsearch
set ignorecase
set ttyfast
set autoindent
set smartindent
set smarttab
set expandtab
set backspace=start,indent
set number
set hlsearch
set background=dark
syntax on
colorscheme ir_black
"folding settings
set foldmethod=indent "fold based on indent
set foldnestmax=10 "deepest fold is 10 levels
set nofoldenable "dont fold by default
set foldlevel=1 "this is just what i use
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment