Skip to content

Commit

Permalink
docs: document tmux version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd committed Aug 5, 2024
1 parent 6fb2b84 commit 4007cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ require("image").setup({

## Tmux

- You must set: `set -gq allow-passthrough on`
- You must use tmux [>= 3.3](https://github.com/tmux/tmux/wiki/FAQ#:~:text=tmux%203.3%2C%20the-,allow%2Dpassthrough,-option%20must%20be) and set: `set -gq allow-passthrough on`
- If you want the images to be automatically hidden/shown when you switch windows (`tmux_show_only_in_active_window = true`), set: `set -g visual-activity off`

### Try it out with a minimal setup
Expand Down

0 comments on commit 4007cdd

Please sign in to comment.