1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

change wildmode option

This commit is contained in:
jdhao 2020-09-28 00:25:07 +08:00
parent 8fb0710afd
commit 23d6b3d0bc

View File

@ -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