diff options
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |