" Disable whitespace highlighting in git buffer autocmd! BufEnter DisableWhitespace nmap gb :call git#git_branch_checkout() nmap gB :call git#git_branch_delete() nmap gd :call git#git_diffview_commit() nmap gD :call git#git_diff_commit() nmap gl :call git#git_branch_log() nmap gL :call git#git_branch_log_pretty() nmap gp :call git#git_cherry_pick() xmap gP :call git#git_cherry_pick_range()