alias Ga="git add" alias Gb="git branch" alias Gc="git checkout" alias Gd="git diff" alias Gdc="git diff --cached" alias gg="git grep " alias ggj="GIT_EDITOR=\"$EDITOR -c copen\" git jump grep " alias Gl="git log --oneline --graph --decorate=short" alias Gld="git log --format=format:'%ai %Cgreen%h%Creset %s'" alias Gp="git log --patch" alias Gs="git show --show-signature" bindkey -s "OR" " git status --short\n" # F3