From 67499121fe9c22106e39760e950a15a09303e689 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 11 Jan 2023 11:30:31 +0100 Subject: Fix vim config --- vim/.vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim') diff --git a/vim/.vimrc b/vim/.vimrc index 5381268..62f590b 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -99,7 +99,7 @@ nnoremap :GitFiles " Fugitive nnoremap gs :Git -nnoremap gc :Gcommit +nnoremap gc :Git commit nnoremap gr :Gread nnoremap gd :Gdiff @@ -268,7 +268,7 @@ if !has("nvim") set encoding=utf-8 endif if has("nvim") - set inccommand="" + set inccommand=split endif "" Mappings {{{1 -- cgit v1.2.3