summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2023-01-11 11:30:31 +0100
committerUrbain Vaes <urbain@vaes.uk>2023-01-11 11:30:31 +0100
commit67499121fe9c22106e39760e950a15a09303e689 (patch)
treed07508fa8cb3e75ff9b003f4d2be91589ff9fc1b /vim
parentb246737de6d4af7bdeb69bc63306a4073a7805d7 (diff)
Fix vim config
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 5381268..62f590b 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -99,7 +99,7 @@ nnoremap <a-g> :GitFiles<cr>
" Fugitive
nnoremap <Leader>gs :Git<cr>
-nnoremap <Leader>gc :Gcommit<cr>
+nnoremap <Leader>gc :Git commit<cr>
nnoremap <Leader>gr :Gread<cr>
nnoremap <Leader>gd :Gdiff<cr>
@@ -268,7 +268,7 @@ if !has("nvim")
set encoding=utf-8
endif
if has("nvim")
- set inccommand=""
+ set inccommand=split
endif
"" Mappings {{{1