From 1c7b0152b78ea7bc4db362b68c4db5f5e7882756 Mon Sep 17 00:00:00 2001 From: LawAbidingCactus Date: Fri, 3 Jan 2020 00:48:49 +0000 Subject: add troubleshooting section to readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 3b5ad69..6c01c12 100644 --- a/README.md +++ b/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 ` + 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 +``` -- cgit v1.2.3