Skip to content

Commit aaeca60

Browse files
committed
docs: Update tmux cheat sheet with mouse configuration instructions
- Added detailed instructions for enabling mouse support in tmux, including both configuration file and immediate application methods. - Enhanced clarity by using collapsible sections for code snippets.
1 parent 9588eb3 commit aaeca60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/tmux___Cheat Sheet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ tags:: [[Keyshorts]]
4242
- if you need to pass mouse wheel through to an application like [[Claude Code]], use one of these two:
4343
- 1 - config approach
4444
- add to `~/.tmux.conf`
45+
collapsed:: true
4546
- ```tmux
4647
set -g mouse on
4748
```
4849
- reload conf:
50+
collapsed:: true
4951
- `Ctrl-b : source-file ~/.tmux.conf`
5052
- 2 - immediate application
5153
- `ctrl-b : set -g mouse on`

0 commit comments

Comments
 (0)