aboutsummaryrefslogtreecommitdiff
path: root/options.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-28 00:25:07 +0800
committerjdhao <jdhao@hotmail.com>2020-09-28 00:25:07 +0800
commit23d6b3d0bc34e4295f76724a2ff6a83976453772 (patch)
tree54d8c0db48291bef12f20c8ddf85bc70f608ebee /options.vim
parent8fb0710afd87842283a14950824984b36466209f (diff)
change wildmode option
Diffstat (limited to 'options.vim')
-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