feat: improve search and mode indication

server
iGor milhit 2018-03-01 16:16:37 +01:00
parent b516ede8ce
commit 83255688f9
No known key found for this signature in database
GPG Key ID: 3B5043D919E99ED2
1 changed files with 2 additions and 0 deletions

View File

@ -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