feat (vimrc): let command-line completion operates in an enhanced mode
This commit is contained in:
parent
20fb0f29ae
commit
24a522627e
3
vimrc
3
vimrc
@ -28,6 +28,9 @@ let g:netrw_banner=0
|
|||||||
" Tree style listing in netrw
|
" Tree style listing in netrw
|
||||||
let g:netrw_liststyle = 3
|
let g:netrw_liststyle = 3
|
||||||
|
|
||||||
|
" let command-line completion operates in an enhanced mode
|
||||||
|
set wildmenu
|
||||||
|
|
||||||
" disable ringing the bell for all events
|
" disable ringing the bell for all events
|
||||||
set belloff=all
|
set belloff=all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user