-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes
42 lines (30 loc) · 1.32 KB
/
notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Tmux commands by @reyhan
## GENERAL
tmux new -s kanye creates a new tmux session named kanye
tmux attach -t kanye attaches to an existing tmux session named kanye
tmux switch -t kanye switches to an existing session named kanye
tmux ls list existing tmux sessions
tmux detach detach (CTRL + D or logout also works)
## NAVIGATING
### SESSIONS
Ctrl-b + $ Rename your session
### WINDOWS
Ctrl-b + , Rename your window
Ctrl-b + n Move to the next window
Ctrl-b + p Move to the previous window
Ctrl-b + l Move to the previously selected window
Ctrl-b + w List all windows / window numbers
Ctrl-b <window number> Move to the specified window number, the default bindings are from 0 – 9
### PANES
Ctrl-a + up Go up a pane
Ctrl-a + right Go right a pane
Ctrl-a + down Go down a pane
Ctrl-a + left Go up a pane
## WINDOW SYMBOLS
Symbol Meaning
* Denotes the current window
- Marks the last window (previously selected)
# Window is monitored and activity has been detected
! A bell has occurred in the window
+ Window is monitored for content and it has appeared
~ The window has been silent for the monitor-silence interval