seals187 - Toolkit
Technical - tmux
- CTRL-B (C-b) = Prefix Key
- C- = Ctrl
- M- = Alt
- S- = Shift
- C-M-x = CTRL+ALT+x press together
- C-b c = CTRL+B press, release, and press c
- C-b ? = list of all keys (navigation in the list: Up,down,C-PageUp, C-Pagedown, q = quit)
- tmux lsk -N|more = list of all keys
- C-b / + xy = shows descriptions of single key
- C-b : = interactive command prompt (multiple commands possible, separate via ;)
- tmux new -smysession = creates new session with name: "mysession"
- tmux ls = shows all sessions
- tmux a = attach to most recently used session
- tmux attach -tmysession = attach session "mysession"
- tmux attach -dtmysession = attach session and detach (-d flag) any other client attached to same session
- CTRL-B D = detach Session
- C-b % = Splits horizontally
- C-b " = Splits vertically
- C-b Up, C-b Down, C-b Left, C-b Right = change to the pane above, below, left or right of the active pane
- C-b q = prints pane numbers and their sizes
- C-b q 1 = will change to pane number 1