From a18ab2f49975c7b9d7e20e2d3b08696e1ec98f88 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Sun, 6 Feb 2022 13:17:52 +0000 Subject: [PATCH] Add one more Troubleshooting issue --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3e4f12..d7063c0 100644 --- a/README.md +++ b/README.md @@ -501,7 +501,7 @@ I was curious to know if this was possible to be written in [Rust](https://www.r ## Troubleshooting -Tmux-thumbs must work lighting fast. If you are facing a slow performance capturing the screen hints try to configure Tmux with these settings: +`tmux-thumbs` must work lighting fast. If you are facing a slow performance capturing the screen hints try to configure Tmux with these settings: ``` set -g visual-activity off @@ -511,6 +511,15 @@ set -g visual-silence on You can read a bit more about this issue here: https://github.com/fcsonline/tmux-thumbs/issues/88 +Every time I use `tmux-thumbs`, dead panes are created. Just review if you have +this setting on: + +``` +set -g remain-on-exit on +``` + +You can read a bit more about this issue here: https://github.com/fcsonline/tmux-thumbs/issues/84 + ## Contribute This project started as a side project to learn Rust, so I'm sure that is full