Skip to content

Instantly share code, notes, and snippets.

@jamal
Created February 17, 2011 18:00
Show Gist options
  • Save jamal/832266 to your computer and use it in GitHub Desktop.
Save jamal/832266 to your computer and use it in GitHub Desktop.
.vimrc
let mapleader = ","
syntax on
filetype on
filetype indent on
filetype plugin on
set hlsearch
set guioptions-=m
set guioptions-=T
highlight Pmenu ctermbg=238 gui=bold
set backspace=start,indent,eol
set showcmd
set incsearch
set ignorecase
set ruler
set wrap
set wildmode=list:longest
set tags=tags;/
set t_Co=256
color BusyBee
set ofu=syntaxcomplete#Complete
set completeopt=menuone,menu,longest,preview
highlight Pmenu ctermbg=238 gui=bold
nmap <C-\> <C-w><C-]><C-w>T
set tabstop=4 softtabstop=4 shiftwidth=4
set autoindent smarttab expandtab
set stl=%<%f\ %y\ %h%m%r%=%-14.(%l,%c%V%)\ %P
set ls=2
set makeprg=php\ -l\ %
set errorformat=%m\ in\ %f\ on\ line\ %l
let php_sql_query=1
let php_htmlInStrings=1
let php_folding=1
source ~/.vim/flickr/vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment