diff options
author | Aaron LI <aly@aaronly.me> | 2018-11-09 23:38:10 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-11-09 23:46:33 +0800 |
commit | 81f97ea695b7129583e3cc669ab79d606a90077f (patch) | |
tree | 1658b1f059513c738a15ffc81a9bac9c72477e09 /_tigrc | |
parent | 5389a95005f701cd05072390b81d2ef94cd0d573 (diff) | |
download | dotfiles-81f97ea695b7129583e3cc669ab79d606a90077f.tar.bz2 |
Add basic tigrc (config for tig)
tig is a simple text-mode interface to git.
https://jonas.github.io/tig/
Diffstat (limited to '_tigrc')
-rw-r--r-- | _tigrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +# ~/.tigrc + +bind main R !git rebase -i %(commit) +bind main M !git merge --ff-only %(commit) |