Skip to content

Instantly share code, notes, and snippets.

@changs
Created August 14, 2015 09:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save changs/9a26cb26f77b63713c7c to your computer and use it in GitHub Desktop.
Save changs/9a26cb26f77b63713c7c to your computer and use it in GitHub Desktop.
git_commit() {
cmd='git commit -a -m "" -m "['
space='"'
BUFFER=$cmd$(pbpaste)]$space
zle get-line
zle end-of-line
zle backward-word
zle backward-word
zle backward-word
zle forward-char
zle forward-char
zle forward-char
}
zle -N git_commit
bindkey "√" git_commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment