mirror of
https://github.com/arl/gitmux.git
synced 2026-09-10 07:26:18 -04:00
Added swap_divergence option to default gitmux.yml
This commit is contained in:
parent
fb196bfd5d
commit
387a69d587
|
|
@ -81,3 +81,5 @@ tmux:
|
|||
ellipsis: …
|
||||
# Hides the clean flag
|
||||
hide_clean: false
|
||||
# Swaps order of behind & ahead upstream counts - "↓·1↑·1" -> "↑·1↓·1"
|
||||
swap_divergence: false
|
||||
|
|
|
|||
|
|
@ -270,7 +270,7 @@ This is the list of additional configuration `options`:
|
|||
| `branch_trim` | Trim left or right end of the branch (`right` or `left`) | `right` (trailing) |
|
||||
| `ellipsis` | Character to show branch name has been truncated | `…` |
|
||||
| `hide_clean` | Hides the clean flag entirely | `false` |
|
||||
| `swap_divergence`| Swaps behind & ahead upstream counts' order | `false` |
|
||||
| `swap_divergence`| Swaps order of behind & ahead upstream counts | `false` |
|
||||
|
||||
|
||||
## Troubleshooting
|
||||
|
|
|
|||
Loading…
Reference in a new issue