diff options
| author | typebrook <typebrook@gmail.com> | 2019-10-30 10:55:44 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-10-30 10:55:44 +0800 |
| commit | 2a90d3e3f8aad849078f4f5c6238468525e124d5 (patch) | |
| tree | bc5f296aa784bca3828e9166e1ec4b9cb9e2526d | |
| parent | cea23b39b10e3d505e6725f82bd3f8425bf62573 (diff) | |
update
| -rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -42,6 +42,7 @@ bind generic UA @git remote add "%(prompt New remote name: )" "%(prompt Remote u | |||
| 42 | bind generic U! @git remote remove "%(prompt Remove which remote?: )" | 42 | bind generic U! @git remote remove "%(prompt Remove which remote?: )" |
| 43 | bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" | 43 | bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" |
| 44 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" | 44 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" |
| 45 | bind generic Uprf ?git fetch "%(prompt Fetch from which remote?: )" pull/"%(prompt PR number: )"/head:pr | ||
| 45 | 46 | ||
| 46 | # toggle case sensitive for search | 47 | # toggle case sensitive for search |
| 47 | bind generic w :toggle ignore-case | 48 | bind generic w :toggle ignore-case |