Skip to content

Instantly share code, notes, and snippets.

View avaghti1's full-sized avatar

Alan Vaghti avaghti1

  • San Francisco, CA
View GitHub Profile
@avaghti1
avaghti1 / .vimrc
Created April 3, 2015 02:28
vimrc
set number
highlight Comment ctermfg=yellow
set list
set listchars=trail:.
set statusline+=%F
set laststatus=2
set hlsearch
set ic
set incsearch
set ruler