aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-21 22:12:31 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-21 22:12:31 +0200
commit408f8651b848c36d1587264f47523e95cc995706 (patch)
tree3741ebedf2d52f4b6bfd48b5930fb8f9391bbd12 /vim
parent0929ad2175d1826c0f41fb2760d850fb152d334e (diff)
downloaddotfiles-408f8651b848c36d1587264f47523e95cc995706.tar.xz
vim: Enable wildmenu
Diffstat (limited to 'vim')
-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