diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-21 22:12:31 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-21 22:12:31 +0200 |
commit | 408f8651b848c36d1587264f47523e95cc995706 (patch) | |
tree | 3741ebedf2d52f4b6bfd48b5930fb8f9391bbd12 | |
parent | 0929ad2175d1826c0f41fb2760d850fb152d334e (diff) | |
download | dotfiles-408f8651b848c36d1587264f47523e95cc995706.tar.xz |
vim: Enable wildmenu
-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 |