feat (vimrc): let command-line completion operates in an enhanced mode

This commit is contained in:
eeemsi 2024-02-10 17:15:10 +01:00
parent 20fb0f29ae
commit 24a522627e
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -28,6 +28,9 @@ let g:netrw_banner=0
" Tree style listing in netrw
let g:netrw_liststyle = 3
" let command-line completion operates in an enhanced mode
set wildmenu
" disable ringing the bell for all events
set belloff=all