diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,6 +23,7 @@ bind generic R :source ~/.tigrc | |||
23 | # clipboard | 23 | # clipboard |
24 | bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped!" | 24 | bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped!" |
25 | bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!" | 25 | bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!" |
26 | bind generic xt +sh -c "echo -n %(text) | xclip -sel c && echo Text Clipped!" | ||
26 | bind generic xrb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!" | 27 | bind generic xrb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!" |
27 | bind generic xrB +sh -c "echo -n %(remote):%(branch) | xclip -sel c && echo Remote Branch Clipped!" | 28 | bind generic xrB +sh -c "echo -n %(remote):%(branch) | xclip -sel c && echo Remote Branch Clipped!" |
28 | bind generic xrt +sh -c "echo -n %(tag) | xclip -sel c && echo tag Clipped" | 29 | bind generic xrt +sh -c "echo -n %(tag) | xclip -sel c && echo tag Clipped" |
@@ -118,7 +119,7 @@ bind main F ?git fetch %(remote) %(branch) # Go to Fetch | |||
118 | bind main <C-F> ?git fetch %(remote) | 119 | bind main <C-F> ?git fetch %(remote) |
119 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote | 120 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote |
120 | bind main pu ?git pull | 121 | bind main pu ?git pull |
121 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) | 122 | bind main pU ?git pull --rebase |
122 | 123 | ||
123 | # reset/rebase/revert | 124 | # reset/rebase/revert |
124 | bind main uu ?git reset %(commit) | 125 | bind main uu ?git reset %(commit) |