diff --git a/vim/shortcuts.vim b/vim/shortcuts.vim index 29f8c98..1e335b0 100644 --- a/vim/shortcuts.vim +++ b/vim/shortcuts.vim @@ -61,7 +61,8 @@ nnoremap \ :0Git nnoremap d :Gvdiffsplit nnoremap b :Git blame nnoremap gp :Git push -nnoremap gl :vert Git log % +nnoremap gl :Commits +nnoremap gL :BCommits nnoremap gc :Git commit nnoremap gpf :Git push --force-with-lease