Skip to content

Instantly share code, notes, and snippets.

@AlbinoDrought
Last active October 9, 2018 16:13
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 AlbinoDrought/093ed80e9e17a70051670b5eecd695bb to your computer and use it in GitHub Desktop.
Save AlbinoDrought/093ed80e9e17a70051670b5eecd695bb to your computer and use it in GitHub Desktop.
My basic af .tigrc
# Press ctrl+a to amend the last commit with whatever is staged
bind status <Ctrl-A> !git commit --amend
# Press shift+p to push
# requires `git config --global push.default current`
bind status P !git push -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment