-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtigrc
More file actions
13 lines (10 loc) · 662 Bytes
/
tigrc
File metadata and controls
13 lines (10 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
bind main <Ctrl-r> !git rebase -i %(commit)
bind diff <Ctrl-r> !git rebase -i %(commit)
bind main <Ctrl-p> !@sh -c "echo $(cd ./%(repo:cdup) && pwd) | sed -e 's/\\/.*\\/\\(.*\\/.*\\)/\\1/g' | xargs -I_ open 'https://github.com/_/issues?q=is:merged %(commit)'"
bind diff <Ctrl-p> !@sh -c "echo $(cd ./%(repo:cdup) && pwd) | sed -e 's/\\/.*\\/\\(.*\\/.*\\)/\\1/g' | xargs -I_ open https://github.com/_/issues?q=is:merged %(commit)"
set main-view = id date author commit-title:graph=yes,refs=yes
set id-width = 8
set diff-context = 6
set vertical-split = no
# show diff at merge commit / ignore new line codes
set diff-options = -m --first-parent -w