aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/fugitive.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugin/fugitive.vim')
-rw-r--r--.vim/plugin/fugitive.vim7
1 files changed, 0 insertions, 7 deletions
diff --git a/.vim/plugin/fugitive.vim b/.vim/plugin/fugitive.vim
deleted file mode 100644
index f3a67bb..0000000
--- a/.vim/plugin/fugitive.vim
+++ /dev/null
@@ -1,7 +0,0 @@
-nnoremap <silent> <leader>gs :tabnew +Git<CR>
-
-nnoremap <leader>gp :G push<space>
-nnoremap <leader>g<space> :G<space>
-nnoremap <leader>gd :Gvdiffsplit<space>
-nnoremap <leader>gl :Gclog %<space>
-xnoremap <leader>gl :Gclog<CR>