aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-11-29 11:38:07 +0800
committertypebrook <typebrook@gmail.com>2019-11-29 11:38:07 +0800
commit418a6711d5718689124ef78805976287a368097d (patch)
tree2d7cf75450b19998a511a8ba51443918787ddf94 /tigrc
parent9ffee19d936fea90e81df37b2583b7174f9899e7 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 19e3c85..b26a6bc 100644
--- a/tigrc
+++ b/tigrc
@@ -39,6 +39,7 @@ bind generic Uv +sh -c "git remote -v | grep %(remote)"
39bind generic UV >sh -c "git remote -vv | tig" 39bind generic UV >sh -c "git remote -vv | tig"
40bind generic Ua @git remote add "%(prompt New Github remote name: )" git@github.com:"%(prompt User/Repo: )" 40bind generic Ua @git remote add "%(prompt New Github remote name: )" git@github.com:"%(prompt User/Repo: )"
41bind generic UA @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )" 41bind generic UA @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )"
42bind generic Ur @git remote rename "%(prompt Rename which remote?: )" "%(prompt Enter new remote name: )"
42bind generic U! @git remote remove "%(prompt Remove which remote?: )" 43bind generic U! @git remote remove "%(prompt Remove which remote?: )"
43bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" 44bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )"
44bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" 45bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )"