set nocompatible "Disable bell set vb set t_vb= "Search in all of the project tree set path+=** set wildmenu "??let mapleader = "," execute pathogen#infect() syntax on filetype plugin indent on "Autostart NERDtree "autocmd vimenter * NERDTree "Switch windows with keys nmap :wincmd k nmap :wincmd j nmap :wincmd h nmap :wincmd l nmap :NERDTreeToggle nmap :TlistToggle "Tab mgmt nmap :tabclose nmap :tabprevious nmap :tabnext nmap :tabnew "^] Jump to tag, ^t jump back command! MakeTags !ctags -R . "Line number Highlight set nu highlight LineNr term=bold cterm=NONE ctermfg=DarkGrey ctermbg=NONE gui=NONE guifg=DarkGrey guibg=NONE