diff --git a/bundles-init/vim-fugitive.cfg.vim b/bundles-init/vim-fugitive.cfg.vim
index a90a677..78fd9fd 100644
--- a/bundles-init/vim-fugitive.cfg.vim
+++ b/bundles-init/vim-fugitive.cfg.vim
@@ -1,14 +1,14 @@
 " Fugitive commands that don't require interaction with GitGutter or NERDTree
 nnoremap <silent> <Leader>ga :Git add %:p<cr>
-nnoremap <silent> <Leader>gd :Gdiff<cr>
-nnoremap <silent> <Leader>gs :Gstatus<cr>
-nnoremap <silent> <Leader>gc :Gcommit -q<cr>
+nnoremap <silent> <Leader>gd :Gdiffsplit<cr>
+nnoremap <silent> <Leader>gs :Git<cr>
+nnoremap <silent> <Leader>gc :Git commit -q<cr>
 nnoremap <Leader>gb :Git branch<space>
 
 " Note: dangerous commands don't have a <cr>
 nnoremap <Leader>gB :Git checkout -b<space>
 nnoremap <Leader>gC :Git checkout<space>
-nnoremap <Leader>gM :Gmove<space>
+nnoremap <Leader>gM :GMove<space>
 nnoremap <Leader>gp :Git pull --recurse-submodules<space>
 nnoremap <Leader>gP :Git push<space>
-nnoremap <Leader>gR :Gremove
+nnoremap <Leader>gR :GRemove