" Key bindings for quicker Git work " Status nnoremap gg :Git " Commit nnoremap gc :Git commit " Push nnoremap gp :Git push " Show diffs nnoremap gd :Gvdiffsplit! " Easily resolve merges nnoremap gh :diffget //2 nnoremap gl :diffget //3