aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--options.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.vim b/options.vim
index 02959ad..747a36a 100644
--- a/options.vim
+++ b/options.vim
@@ -60,8 +60,8 @@ set linebreak
" Character to show before the lines that have been soft-wrapped
set showbreak=↪
-" List all items and start selecting matches in cmd completion
-set wildmode=list:full
+" List all matches and complete till longest common string
+set wildmode=list:longest
" Show current line where the cursor is
set cursorline