mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +00:00
Update README.md
This commit is contained in:
parent
4b93a045f1
commit
017b8c654d
12
README.md
12
README.md
@ -492,6 +492,18 @@ I was curious to know if this was possible to be written in [Rust](https://www.r
|
|||||||
- [X] Decouple `tmux-thumbs` from `tmux`
|
- [X] Decouple `tmux-thumbs` from `tmux`
|
||||||
- [ ] Code [Kitty](https://github.com/kovidgoyal/kitty) plugin, now that `thumbs` can run standalone
|
- [ ] Code [Kitty](https://github.com/kovidgoyal/kitty) plugin, now that `thumbs` can run standalone
|
||||||
|
|
||||||
|
## 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:
|
||||||
|
|
||||||
|
```
|
||||||
|
set -g visual-activity off
|
||||||
|
set -g visual-bell off
|
||||||
|
set -g visual-silence on
|
||||||
|
```
|
||||||
|
|
||||||
|
You can read a bit more about this issue here: https://github.com/fcsonline/tmux-thumbs/issues/88
|
||||||
|
|
||||||
## 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