From 36c2e0e160e9f790072c9be3cbbb6ecf2e3a0dc2 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 16 Sep 2021 01:37:51 -0400 Subject: .vimrc: Display search result matches --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 39a5e54..a3e0f29 100644 --- a/.vimrc +++ b/.vimrc @@ -64,6 +64,7 @@ set undodir=~/.vim/undodir " Set undofile directory. set mouse=a " Enable mouse. set shortmess+=I " Disable startup message. +set shortmess-=S " Count number of search result matches. set showtabline=0 " Disable tab bar. set updatetime=1500 " Set duration for cursor hold event. set fillchars= " Set split window margin fill to none. -- cgit v1.2.3