summaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-08 18:08:33 +0800
committertypebrook <typebrook@gmail.com>2019-04-08 18:08:33 +0800
commitaf621691177d42e8c939ba33eb464b0b82c33cd3 (patch)
treeb8f9efc689fe184dd531de485e292b6dfb205e3b /tigrc
parent8f6d1d1f79177b9a6beb3d19146594aa104ec721 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index db4aa62..eeaff52 100644
--- a/tigrc
+++ b/tigrc
@@ -167,6 +167,7 @@ bind status <C-O> ?git am %(file)
167#==================== 167#====================
168bind stash a ?git stash apply %(stash) 168bind stash a ?git stash apply %(stash)
169bind stash d ?>git stash drop %(stash) 169bind stash d ?>git stash drop %(stash)
170bind stash p ?>git stash pop %(stash)
170 171
171# rename a stash 172# rename a stash
172bind stash n @sh -c "git stash drop %(stash) | \ 173bind stash n @sh -c "git stash drop %(stash) | \
@@ -220,8 +221,8 @@ bind refs > >sh -c "git diff %(branch) --prefix -U1000 | tig"
220#==================== 221#====================
221# log view 222# log view
222#==================== 223#====================
223bind log n :/^commit 224bind log <C-J> :/^commit
224bind log p :?^commit 225bind log <C-K> :?^commit
225 226
226#==================== 227#====================
227# diff view 228# diff view