"VIEW config syntax off filetype off set number "INDENT config "filetype plugin indent on "" show existing tab with 4 spaces width "set tabstop=4 " "" when indenting with '>', use 4 spaces width "set shiftwidth=4 " "" On pressing tab, insert 4 spaces "set expandtab "MACROS config vnoremap "hy:%s/h//gc "LaTEX config vnoremap c{\bfseries "} "PLUGIN config let g:NERDTreeNodeDelimiter = "\u00a0" execute "set =\en" nnoremap :NERDTree