From 10de5ba6f56fbd78947f72fd721f6a94989f8ca0 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 15 Oct 2021 21:05:28 +0100 Subject: [PATCH] Add push and pull --- init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.vim b/init.vim index 6afcb8d..9ee244b 100644 --- a/init.vim +++ b/init.vim @@ -201,6 +201,8 @@ nnoremap :retab nnoremap ga :Git add % nnoremap gb :Git blame nnoremap gc :Git commit +nnoremap gp :Git push +nnoremap gP :Git pull "Map movement keys to Escape inoremap jj