Skip to content

Commit

Permalink
vimrc make tab completion better; don't use swp files
Browse files Browse the repository at this point in the history
  • Loading branch information
philfreo committed Apr 6, 2012
1 parent ab0585e commit 33cae71
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vimrc.after
Expand Up @@ -26,3 +26,12 @@ set guioptions-=T
" Don't autowrap lines
set textwidth=0
au FileType python set softtabstop=4 tabstop=4 shiftwidth=4 textwidth=0

" Make tab completion show list of files
" http://stackoverflow.com/a/526940/137067
set wildmode=longest,list,full
set wildmenu

" Don't keep swp files, since git keeps everything safe
set noswapfile

0 comments on commit 33cae71

Please sign in to comment.