diff options
author | Urbain Vaes <urbain@vaes.uk> | 2023-01-11 11:30:31 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2023-01-11 11:30:31 +0100 |
commit | 67499121fe9c22106e39760e950a15a09303e689 (patch) | |
tree | d07508fa8cb3e75ff9b003f4d2be91589ff9fc1b /vim | |
parent | b246737de6d4af7bdeb69bc63306a4073a7805d7 (diff) |
Fix vim config
Diffstat (limited to 'vim')
-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 |