diff options
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -127,6 +127,7 @@ bind status <Ctrl-o> ?git am %(file) | |||
| 127 | # stash view | 127 | # stash view |
| 128 | #==================== | 128 | #==================== |
| 129 | bind stash a ?git stash apply %(stash) | 129 | bind stash a ?git stash apply %(stash) |
| 130 | bind stash d ?>git stash drop %(stash) | ||
| 130 | bind stash n @sh -c "git stash drop %(stash) | \ | 131 | bind stash n @sh -c "git stash drop %(stash) | \ |
| 131 | awk '{print $3}' | \ | 132 | awk '{print $3}' | \ |
| 132 | tr -d '()' | \ | 133 | tr -d '()' | \ |