From 070552e334a3240d0faf8d71da48269fddd6c40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Rainone?= <476650+arl@users.noreply.github.com> Date: Sun, 4 Sep 2022 20:37:25 +0200 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3296b1c..5ddeb01 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,6 @@ you run or when you switch windows, however it won't refresh automatically, nor Note that `tmux v2.1` was released in 2015 so you're probably better off updating to a more recent version anyway 🙂. -In case gitmux takes too long to refresh, try to decrease the value of the `status-interval` option. A reasonable value is 2 seconds, which you can set in `.tmux.conf` with: - - set -g status-interval 2 - -Check out [tmux man page](https://www.man7.org/linux/man-pages/man1/tmux.1.html#OPTIONS) for more details. - ## Customizing `gitmux` output can be customized via a configuration file in YAML format. @@ -226,7 +220,18 @@ This is the list of additional configuration `options`: ## Troubleshooting -Please report anything by [filing an issue](https://github.com/arl/gitmux/issues/new). +Check the opened and closed issues and don't hesitate to report anything by [filing a new one](https://github.com/arl/gitmux/issues/new). + + +### Gitmux takes too long to refresh? + +In case gitmux takes too long to refresh, try to decrease the value of the `status-interval` option. +A reasonable value is 2 seconds, which you can set in `.tmux.conf` with: + + set -g status-interval 2 + +Check out [tmux man page](https://www.man7.org/linux/man-pages/man1/tmux.1.html#OPTIONS) for more details. + ## Contributing