From 83255688f9bf11cb221c0c2f4ed485ba863aa164 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Thu, 1 Mar 2018 16:16:37 +0100 Subject: [PATCH] feat: improve search and mode indication --- init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.vim b/init.vim index 3df2df8..e7e57ef 100644 --- a/init.vim +++ b/init.vim @@ -23,11 +23,13 @@ set shiftwidth=4 autocmd FileType json setlocal shiftwidth=2 tabstop=2 set showcmd " Show (partial) command in status line. +set showmode " Show indication of having changed modes set showmatch " Show matching brackets. set ignorecase " Do case insensitive matching set smartcase " Do smart case matching set incsearch " Incremental search +set hlsearch " Highlight search set autowrite " Automatically save before commands like :next and :make set hidden " Hide buffers when they are abandoned