From 24a522627e66a99a7c2196b4a667d05e31daa659 Mon Sep 17 00:00:00 2001 From: eeemsi Date: Sat, 10 Feb 2024 17:15:10 +0100 Subject: [PATCH] feat (vimrc): let command-line completion operates in an enhanced mode --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 1820536..7777ce1 100644 --- a/vimrc +++ b/vimrc @@ -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