helpful links
Starting session
tmux attach -t TMUX
: attach existing session with name “TMUX”
tmux new -s TMUX
: create new session with name “TMUX”
.zshrc
Update 2024-11-26:
- I’ve commented this out and opt to start tmux manually. I also commented out the MOTD / user information.
Configuration file
Updated 2024-11-26:
- Configure keybinds for switching windows more prominently (as opposed to panes)
- Bind F12 to disable/enable keys (for nested sessions) - thanks to this configuration
WSL Windows Terminal specific reference
- Line selection: hold Shift (does not work nicely with multiple windows)
- Rectangle selection: hold Alt+Shift
- Deselect: Esc
EOF