From debc5a378c55ec6a146b351ae4c32d05ef969e47 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Fri, 6 Oct 2017 17:55:50 +0200 Subject: [PATCH] highlight search results in vim --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index 5cf6edc..2b6a7d4 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -21,6 +21,7 @@ endif set shell=sh set showcmd " Show (partial) command in status line. set showmatch " Show matching brackets. +set hlsearch "set ignorecase " Do case insensitive matching "set smartcase " Do smart case matching "set incsearch " Incremental search