Skip to content

Commit

Permalink
Fix git plugin commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ston1x committed Dec 5, 2023
1 parent 66ba03e commit a6344e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ nnoremap <Leader>w :w<CR>
" nnoremap <leader>o :only<CR>

" git
nnoremap <leader>g :Gstatus<CR>
nnoremap <leader>d :Gdiff<CR>
nnoremap <leader>l :Gblame<CR>
nnoremap <leader>g :Git<CR>
nnoremap <leader>d :Gdiffsplit<CR>
nnoremap <leader>l :Git blame<CR>
nnoremap <leader>co :Commits<CR>
nnoremap <leader>b :Buffers<CR>
nnoremap <leader>h :History<CR>
Expand Down

0 comments on commit a6344e9

Please sign in to comment.