" Disable whitespace highlighting in git buffer autocmd! BufEnter DisableWhitespace nnoremap q :bwipeout! nnoremap gb :call git#git_branch_checkout() nnoremap gB :call git#git_branch_delete() nnoremap gd :call git#git_diffview_commit() nnoremap gD :call git#git_diff_commit() nnoremap gl :call git#git_branch_log() nnoremap gL :call git#git_branch_log_pretty() nnoremap gp :call git#git_cherry_pick() xnoremap gP :call git#git_cherry_pick_range() nnoremap gr :call git#git_rebase_branch() nnoremap gR :call git#git_reflog_restore() nnoremap gn git#git_branch_rename()