🗓️ 19102024 1034
📎 #config
tmux
SHORTCUTS
PREFIX:
ctrl + b
- start of all commands
Plugins (TPM)
I
- update pluginsU
- update plugins
Other commands
:
- Trigger commandline
Split commands
"
- Splits screen horizontally%
- Splits screen verticallyx
- Kills split- 'ARROW_KEYS' - Moving across panes
Window commands (Group of splits)
${NUMBER}
- Jumps to specified windowp / n
- Previous / next window
Session commands (Group of windows)
s
- List of sessions(/)
- Previous / next session
CMDLINE
tmux ls
- view list of sessionstmux attach -t ${session}
- attach to a specific sessiontmux detach
- detaches session from terminal
Setup
References
- ChatGPT