aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/.vim/rc/git.vim
diff options
context:
space:
mode:
Diffstat (limited to 'stow/vim/.vim/rc/git.vim')
-rw-r--r--stow/vim/.vim/rc/git.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/stow/vim/.vim/rc/git.vim b/stow/vim/.vim/rc/git.vim
new file mode 100644
index 0000000..8c6eac4
--- /dev/null
+++ b/stow/vim/.vim/rc/git.vim
@@ -0,0 +1,7 @@
+""" git
+
+nnoremap <leader>gs :!git status<CR>
+"nnoremap <leader>gpull :!git pull<CR>
+nnoremap <leader>ga :!git add %<CR>
+nnoremap <leader>gp :!git push<CR>
+nnoremap <leader>gc :!git commit -m "