Эх сурвалжийг харах

add troubleshooting section to readme

LawAbidingCactus 5 жил өмнө
parent
commit
1c7b0152b7
1 өөрчлөгдсөн 15 нэмэгдсэн , 0 устгасан
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -25,3 +25,18 @@ Add this repo to the list of [TPM](https://github.com/tmux-plugins/tpm) plugins
 set -g @plugin 'lawabidingcactus/tmux-gruvbox-truecolor'
 ```
 Press `<prefix> + I` to reload tmux with the plugin.
+
+## Troubleshooting
+### tmux's colors look weird
+Try adding the following to your `.tmux.conf`:
+```tmux
+set-option -as terminal-overrides ",xterm*:RGB"
+```
+
+### Pane separator lines look weird
+Something isn't correctly handling UTF-8 line drawing characters.
+
+### The statusbar's time doesn't update fast enough
+```tmux
+set-option -g status-interval 1
+```