1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

VIM & NVIM

- <leader>gg to open vim-fugitive
This commit is contained in:
Pratik Tripathy
2024-03-09 22:52:10 +05:30
parent 359dafd75e
commit 4a94a9ff2d
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -124,3 +124,6 @@ nnoremap <leader>j <Plug>(easymotion-s)
" Show the undo tree
nnoremap <leader>u :UndotreeToggle<CR>
" Fugitive
nnoremap <leader>gg :0G<cr>