aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 0aeb27e..c53a845 100644
--- a/tigrc
+++ b/tigrc
@@ -17,6 +17,7 @@ bind generic <Esc>l screen-redraw
17bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped!" 17bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped!"
18bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!" 18bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!"
19bind generic xb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!" 19bind generic xb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!"
20bind generic xrb +sh -c "echo -n %(remote):%(branch) | xclip -sel c && echo Remote Branch Clipped!"
20bind generic xf +sh -c "echo -n %(file) | xclip -sel c && echo File Clipped" 21bind generic xf +sh -c "echo -n %(file) | xclip -sel c && echo File Clipped"
21bind generic xt +sh -c "echo -n %(tag) | xclip -sel c && echo tag Clipped" 22bind generic xt +sh -c "echo -n %(tag) | xclip -sel c && echo tag Clipped"
22 23
@@ -123,7 +124,8 @@ bind main . >sh -c "git diff %(commit) | tig"
123bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" 124bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig"
124 125
125# note 126# note
126bind generic gn !git notes edit %(commit) 127bind generic gnn !git notes edit %(commit)
128bind generic gnr !git notes remove %(commit)
127 129
128#==================== 130#====================
129# blame view 131# blame view