diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-28 00:25:07 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-28 00:25:07 +0800 |
| commit | 23d6b3d0bc34e4295f76724a2ff6a83976453772 (patch) | |
| tree | 54d8c0db48291bef12f20c8ddf85bc70f608ebee /options.vim | |
| parent | 8fb0710afd87842283a14950824984b36466209f (diff) | |
change wildmode option
Diffstat (limited to 'options.vim')
| -rw-r--r-- | options.vim | 4 |
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 |
