Skip to content

Instantly share code, notes, and snippets.

View jamal's full-sized avatar

Jamal Fanaian jamal

View GitHub Profile
@jamal
jamal / .vimrc
Created February 17, 2011 18:00
.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