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