diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-04 11:40:39 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-04 11:40:39 +0800 |
| commit | e87b835f7892215e1a5a797353be3bfdfc296c09 (patch) | |
| tree | 17ce0736e3da3588a44db1d24360fc6b91495da1 /tigrc | |
| parent | 56d8219ed0f7a09b1b6f57d7e1a53ac53359de2e (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -45,7 +45,8 @@ bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" git@ | |||
| 45 | bind generic US @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" | 45 | bind generic US @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" |
| 46 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" | 46 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" |
| 47 | bind generic UU ?git remote update --prune | 47 | bind generic UU ?git remote update --prune |
| 48 | bind generic Uprf ?git fetch "%(prompt Fetch from which remote?: )" pull/"%(prompt PR number: )"/head:pr | 48 | bind generic Uprf ?git fetch "%(prompt Fetch from which remote? )" pull/"%(prompt PR number: )"/head:pr |
| 49 | bind generic UP !git swapProtocol | ||
| 49 | 50 | ||
| 50 | # toggle case sensitive for search | 51 | # toggle case sensitive for search |
| 51 | bind generic w :toggle ignore-case | 52 | bind generic w :toggle ignore-case |