diff options
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |