aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 4b2efd7..0847977 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -44,6 +44,7 @@ set hlsearch " highlight search terms
set incsearch " show search matches as you type
set history=1000
set undolevels=1000
+set wildmenu " Show tab completion options in a menu
set wildignore=*.swp,*.bak,*.pyc,*.o
set title " change the terminal's title
set visualbell " don't beep