Skip to content

Instantly share code, notes, and snippets.

View gowhari's full-sized avatar

Iman Gowhari gowhari

View GitHub Profile
@gowhari
gowhari / vimrc
Last active August 29, 2015 14:08
A general vimrc set tab key to 4 spaces and map some keys to use tab windows
" vimrc vim iman gowhari
set expandtab
set tabstop=4
set shiftwidth=4
set autoindent
set noswapfile
set hlsearch
set nowrap
set autochdir