diff options
Diffstat (limited to '')
-rw-r--r-- | home/root/common/core/vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |