diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-04-25 18:47:15 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-04-25 18:47:15 -0700 |
commit | 6ba8b34406adb4d67ec5da341977563a4460e6eb (patch) | |
tree | e0d5cc6661b34378dd9caf2481f8d1f1e992b040 /home | |
parent | a1aa4f25488d27d59557a654de383b4efa1dbc18 (diff) | |
download | nix-6ba8b34406adb4d67ec5da341977563a4460e6eb.tar nix-6ba8b34406adb4d67ec5da341977563a4460e6eb.tar.gz nix-6ba8b34406adb4d67ec5da341977563a4460e6eb.tar.bz2 nix-6ba8b34406adb4d67ec5da341977563a4460e6eb.tar.lz nix-6ba8b34406adb4d67ec5da341977563a4460e6eb.tar.xz nix-6ba8b34406adb4d67ec5da341977563a4460e6eb.tar.zst nix-6ba8b34406adb4d67ec5da341977563a4460e6eb.zip |
Update vimrc
Diffstat (limited to 'home')
-rw-r--r-- | home/nipsy/common/core/vim/vimrc | 1 | ||||
-rw-r--r-- | home/root/common/core/vim/vimrc | 1 |
2 files changed, 2 insertions, 0 deletions
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 |