summaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 3c54c5c..f77ce34 100644
--- a/tigrc
+++ b/tigrc
@@ -182,6 +182,7 @@ bind 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 remote name: )" "%(prompt Remote url: )"
183bind main U! @git remote remove "%(prompt Remove which remote?: )" 183bind 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: )" 184bind 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?: )"
185 186
186# note 187# note
187#bind generic gnn !git notes edit %(commit) 188#bind generic gnn !git notes edit %(commit)