aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins/fugitive.plug
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugins/fugitive.plug')
-rw-r--r--.vim/plugins/fugitive.plug3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/plugins/fugitive.plug b/.vim/plugins/fugitive.plug
index 8029fc3..8dd25b2 100644
--- a/.vim/plugins/fugitive.plug
+++ b/.vim/plugins/fugitive.plug
@@ -1,4 +1,7 @@
+" vim: ft=vim
+
Plug 'tpope/vim-fugitive'
nnoremap <silent> <leader>gl :Gclog! -- %<CR>
nnoremap <silent> <leader>gd :Gdiffsplit <CR>
+nnoremap <silent> <leader>gs :G<CR>