Skip to content

Commit

Permalink
wildemode
Browse files Browse the repository at this point in the history
  • Loading branch information
jweinberg committed Dec 27, 2010
1 parent f0fcecb commit 9a8e400
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Expand Up @@ -6,6 +6,10 @@ silent! call pathogen#helptags()
set modelines=0
set nocp

set wildmenu " turn on command line completion wild style
set wildmode=longest " turn on wild mode huge list
set wildignore=*.dll,*.o,*.obj,*.bak,*.exe,*.pyc,*.jpg,*.gif,*.png

let mapleader=","
set encoding=utf-8
set showmode
Expand Down

0 comments on commit 9a8e400

Please sign in to comment.