소스 검색

add troubleshooting section to readme

LawAbidingCactus 5 년 전
부모
커밋
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
+```