aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-04-22 17:39:38 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-04-22 17:39:38 +0800
commitbd0f6620c3ba5df977fabef172f729f4c037a8ff (patch)
tree3cbd6b26beb72b2b3bf3cdb9042196ba9acd4f52 /tigrc
parent8422c8974bf2869c55ed81f6086c6755d0580a7a (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index f6dcfe7..3a8cdbc 100644
--- a/tigrc
+++ b/tigrc
@@ -60,7 +60,7 @@ bind generic gL ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"}
60# highlight diff without +/- 60# highlight diff without +/-
61# set diff-show-signs = false 61# set diff-show-signs = false
62# set diff_column_highlight = ALL 62# set diff_column_highlight = ALL
63set diff-highlight = true 63set diff-highlight = false
64 64
65# misc settings 65# misc settings
66set ignore-case = true 66set ignore-case = true
@@ -146,6 +146,7 @@ bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Whic
146# fetch 146# fetch
147bind main <C-F> ?git fetch %(remote) 147bind main <C-F> ?git fetch %(remote)
148bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote 148bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote
149bind main gF ?git fetch '%(prompt Which remote? )' '%(prompt Which branch? )'
149bind main pu !git pull %(remote) %(branch) 150bind main pu !git pull %(remote) %(branch)
150bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch) 151bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch)
151bind main pU ?git pull --rebase 152bind main pU ?git pull --rebase