From 7ccda78a24efd1c93adb5c919ef8aacfbf26914f Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 18 Jun 2017 18:50:49 +0200 Subject: vimrc: Changed wildmode to print list of all matches --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index e408707..bd89ff8 100644 --- a/vimrc +++ b/vimrc @@ -344,7 +344,7 @@ augroup end " Vim command completion settings set wildmenu " turn on the wild menu -set wildmode=longest:full " cycles between all matching choices. +set wildmode=list:longest " print list of all matches and complete till longest common string set wildignore+=*.o,*.obj,.git,*.pyc,*~ " Ignore these files when completing "}}} -- cgit v1.2.3