diff options
| -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 |