Skip to content

Commit

Permalink
Better completion settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashungaro committed Jul 25, 2012
1 parent 9aa4c01 commit 47f2051
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vimrc
Expand Up @@ -31,13 +31,14 @@ set backspace=indent,eol,start " Intuitive backspacing.


set hidden " Handle multiple buffers better. set hidden " Handle multiple buffers better.


" Better Completion
set complete=.,b,u,]
set completeopt=menu,preview
set wildmenu " Enhanced command line completion. set wildmenu " Enhanced command line completion.
set wildmode=longest,list " Complete files like a shell. set wildmode=longest,list:longest " Complete files like a shell.


set wildignore+=*.o,*.obj,.git,*.rbc,*.class,.svn,*.jpg,*.jpeg,*.png,*.gif,vendor/**,db/sphinx,log/**,tmp/**,public/uploads,coverage/** set wildignore+=*.o,*.obj,.git,*.rbc,*.class,.svn,*.jpg,*.jpeg,*.png,*.gif,vendor/**,db/sphinx,log/**,tmp/**,public/uploads,coverage/**


" Better Completion
set completeopt=longest,menuone,preview


set ignorecase " Case-insensitive searching. set ignorecase " Case-insensitive searching.
set smartcase " But case-sensitive if expression contains a capital letter. set smartcase " But case-sensitive if expression contains a capital letter.
Expand Down

0 comments on commit 47f2051

Please sign in to comment.