From 6ba8b34406adb4d67ec5da341977563a4460e6eb Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 25 Apr 2024 18:47:15 -0700 Subject: Update vimrc --- home/nipsy/common/core/vim/vimrc | 1 + home/root/common/core/vim/vimrc | 1 + 2 files changed, 2 insertions(+) diff --git a/home/nipsy/common/core/vim/vimrc b/home/nipsy/common/core/vim/vimrc index e80231c..9f652cd 100644 --- a/home/nipsy/common/core/vim/vimrc +++ b/home/nipsy/common/core/vim/vimrc @@ -38,6 +38,7 @@ set incsearch " Incremental search "set expandtab " replace tabs with spaces set smarttab " use shiftwidth instead of tabstop at start of line set spell spelllang=en_us " turn on the spell check +set hlsearch " highlight all search matches set laststatus=2 set statusline=%<%f%h%m%r%=%{&ff}\ %Y\ %b\ 0x%B\ \ %l,%c%V\ %P diff --git a/home/root/common/core/vim/vimrc b/home/root/common/core/vim/vimrc index e80231c..9f652cd 100644 --- a/home/root/common/core/vim/vimrc +++ b/home/root/common/core/vim/vimrc @@ -38,6 +38,7 @@ set incsearch " Incremental search "set expandtab " replace tabs with spaces set smarttab " use shiftwidth instead of tabstop at start of line set spell spelllang=en_us " turn on the spell check +set hlsearch " highlight all search matches set laststatus=2 set statusline=%<%f%h%m%r%=%{&ff}\ %Y\ %b\ 0x%B\ \ %l,%c%V\ %P -- cgit v1.2.3