mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-01 06:16:27 +00:00
4f41d766a8
Also added Goyo
8 lines
263 B
VimL
8 lines
263 B
VimL
Plug 'tpope/vim-fugitive' ", { 'on': ['Gblame', 'Gdiff', 'Gcommit', 'Gstatus', 'Gwrite'] }
|
|
" Mappings
|
|
nnoremap <leader>gb :Gblame<CR>
|
|
nnoremap <leader>gc :Gcommit<CR>
|
|
nnoremap <leader>gd :Gdiff<CR>
|
|
nnoremap <leader>gs :Gstatus<CR>
|
|
nnoremap <leader>gw :Gwrite<CR>
|