aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index f77ce34..87da857 100644
--- a/tigrc
+++ b/tigrc
@@ -179,7 +179,8 @@ bind main <C-B> !sh scripts/bump_version.sh
179## Remote 179## Remote
180bind main Uv +sh -c "git remote -v | grep %(remote)" 180bind main Uv +sh -c "git remote -v | grep %(remote)"
181bind main UV >sh -c "git remote -vv | tig" 181bind main UV >sh -c "git remote -vv | tig"
182bind main Ua @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )" 182bind main Ua @git remote add "%(prompt New Github remote name: )" git@github.com:"%(prompt User/Repo: )"
183bind main UA @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )"
183bind main U! @git remote remove "%(prompt Remove which remote?: )" 184bind main U! @git remote remove "%(prompt Remove which remote?: )"
184bind main Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" 185bind main Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )"
185bind main Uf ?git fetch "%(prompt Fetch from which remote?: )" 186bind main Uf ?git fetch "%(prompt Fetch from which remote?: )"