From 408f8651b848c36d1587264f47523e95cc995706 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 21 Apr 2015 22:12:31 +0200 Subject: vim: Enable wildmenu --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vim') 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 -- cgit v1.2.3-54-g00ecf