Skip to content

Commit

Permalink
Added colocolum and NerdTree remap
Browse files Browse the repository at this point in the history
  • Loading branch information
Arwen committed Feb 7, 2011
1 parent 77b6f60 commit 184e2c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,6 @@ autocmd BufRead,BufNewFile *.py syntax on
autocmd BufRead,BufNewFile *.py set ai
autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,with,try,except,finally,def,class
au FileType python setl autoindent tabstop=4 expandtab shiftwidth=4 softtabstop=4

set colorcolumn=81
noremap <Leader>nt :NERDTree<cr>

0 comments on commit 184e2c6

Please sign in to comment.