mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-03 15:40:30 +00:00
c911f34027
With default configs and configs for plugins. Wrap autocommands in a vimrc group as well.
8 lines
281 B
VimL
8 lines
281 B
VimL
" Fugitive
|
|
"======================================================================
|
|
|
|
nnoremap <silent> <leader>gs :Gstatus<CR><C-w>20+
|
|
nnoremap <silent> <leader>gd :Gdiff<CR><C-w>20+
|
|
nnoremap <silent> <leader>gc :Gcommit<CR><C-w>20+
|
|
nnoremap <silent> <leader>gw :Gwrite<CR><C-w>20+
|