update vim config

This commit is contained in:
Bruno Carlin 2020-03-16 09:17:03 +01:00
parent 27054d36fa
commit a50de81126

View file

@ -19,12 +19,12 @@ if has("autocmd")
filetype plugin indent on
endif
set shell=sh
set shell=fish
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 ignorecase " Do case insensitive matching
set smartcase " Do smart case matching
set incsearch " Incremental search
"set autowrite " Automatically save before commands like :next and :make
set hidden " Hide buffers when they are abandoned
@ -267,6 +267,7 @@ else
endif
" Clap mappings
nmap <C-p> :Clap files<CR>
nmap <C-p>b :Clap buffers<CR>
nmap <C-p>r :Clap grep<CR>