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