From a50de811264258f44b5aff12cb8eac8ce2c6b7a7 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Mon, 16 Mar 2020 09:17:03 +0100 Subject: [PATCH] update vim config --- vim/.vimrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 627ad73..773dace 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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 :Clap files nmap b :Clap buffers nmap r :Clap grep