Added swap_divergence option to default gitmux.yml

This commit is contained in:
hqkhan 2023-04-10 02:34:02 +00:00
parent fb196bfd5d
commit 387a69d587
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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