summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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