aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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?: )"