aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-05-17 17:56:33 +0800
committertypebrook <typebrook@gmail.com>2019-05-17 17:56:33 +0800
commitb8819106319f4b5d105a99eaaf2254bd2e4d3342 (patch)
tree2304ad4abc87bc9959358dd9b03546f89293795d
parent414d6921145a383f93a627d0bd9ebfdb0b445cf1 (diff)
update
-rw-r--r--tigrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 28bb455..fd209e7 100644
--- a/tigrc
+++ b/tigrc
@@ -31,6 +31,9 @@ bind generic w :toggle ignore-case
31 31
32# refresh like modern browser 32# refresh like modern browser
33bind generic <C-R> refresh 33bind generic <C-R> refresh
34# apply tigrc settings
35bind generic R none
36bind generic R :source ~/.tigrc
34 37
35# see reflog, reset refernece 38# see reflog, reset refernece
36bind generic L >sh -c "git reflog --pretty=raw | tig --pretty=raw" 39bind generic L >sh -c "git reflog --pretty=raw | tig --pretty=raw"
@@ -58,6 +61,8 @@ set main-view = \
58bind main G none 61bind main G none
59bind main G move-last-line 62bind main G move-last-line
60bind main ` :toggle commit-title-graph 63bind main ` :toggle commit-title-graph
64bind main F none
65bind main <C-F> :toggle commit-title-refs
61 66
62# move 67# move
63bind main <C-J> :move-next-merge 68bind main <C-J> :move-next-merge
@@ -278,7 +283,6 @@ bind diff u @git checkout %(commit)^ %(file)
278 283
279# edit tigrc 284# edit tigrc
280bind help e >sh -c "vim ~/.tigrc" 285bind help e >sh -c "vim ~/.tigrc"
281bind help <C-R> :source ~/.tigrc
282 286
283#==================== 287#====================
284# color 288# color