mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-10 00:00:36 +00:00
Add one more Troubleshooting issue
This commit is contained in:
parent
b8a1e75fde
commit
a18ab2f499
11
README.md
11
README.md
@ -501,7 +501,7 @@ I was curious to know if this was possible to be written in [Rust](https://www.r
|
|||||||
|
|
||||||
## Troubleshooting
|
## 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
|
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
|
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
|
## Contribute
|
||||||
|
|
||||||
This project started as a side project to learn Rust, so I'm sure that is full
|
This project started as a side project to learn Rust, so I'm sure that is full
|
||||||
|
Loading…
Reference in New Issue
Block a user