💾 Archived View for squid.flounder.online › cheatsheet › tmux.gmi captured on 2022-04-29 at 13:39:06. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

➡️ Next capture (2023-01-29)

-=-=-=-=-=-=-

Return to Squid's World

Return to Cheat Sheets

tmux Cheat Sheet

(CTRL + b) - %

New pane to the right

(CTRL + b) - "

New pane below

(CTRL + b) - t

Turns this pane into a clock

(CTRL + b) - ,

Rename current window (USEFUL!)

(CTRL + b) - q

Quick Identify (gives a number for each pane on the active window)

(CTRL + b) - c

Create a new window

(CTRL + b) - p

Switch to previous window

(CTRL + b) - n

Switch to next window

(CTRL + b) - w

Shows all active windows, sessions, etc

How to resize panes:

hold CTRL + B and tap or hold the arrow keys

How to kill windows

type: tmux kill-window in any terminal within that window

How to reconnect to tmux session:

Say you close tmux, aight. Type tmux attach in the terminal and ur back. until u restart ur computer :)