diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -75,8 +75,8 @@ bind main pp ?git push | |||
75 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 75 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
76 | 76 | ||
77 | # reset/rebase/revert | 77 | # reset/rebase/revert |
78 | bind main u ?git reset %(commit) --soft | 78 | bind main u ?git reset %(commit) |
79 | bind main U ?sh -c "git stash push -m 'deprecated from reset' && git reset %(commit) --hard" | 79 | bind main U ?sh -c "git reset %(commit) && git stash push -m 'deprecated from reset'" |
80 | bind main <C-r> !?git rebase -i %(commit) | 80 | bind main <C-r> !?git rebase -i %(commit) |
81 | bind main ! ?git revert %(commit) | 81 | bind main ! ?git revert %(commit) |
82 | 82 | ||
@@ -201,7 +201,7 @@ bind diff <Esc>p :?^diff --(git|cc) | |||
201 | 201 | ||
202 | # edit tigrc | 202 | # edit tigrc |
203 | bind help e >sh -c "vim ~/.tigrc" | 203 | bind help e >sh -c "vim ~/.tigrc" |
204 | bind help E :source ~/.tigrc | 204 | bind help R :source ~/.tigrc |
205 | 205 | ||
206 | #==================== | 206 | #==================== |
207 | # color | 207 | # color |