-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtmux.help
94 lines (91 loc) · 3.78 KB
/
tmux.help
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#############################help###################################
C-b / Describe key binding
C-b ? List key bindings
#############################client###################################
C-b d Detach the current client
C-b C-z Suspend the current client
C-b ( Switch to previous client
C-b ) Switch to next client
#C-b D Choose a client from a list
C-b L Switch to the last client
C-b r Redraw the current client
#############################session###################################
C-b s Choose a session from a list
C-b $ Rename current session
#############################window###################################
C-b c Create a new window
C-b w Choose a window from a list
C-b & Kill current window
C-b , Rename current window
C-b % Split window horizontally
C-b " Split window vertically
C-b ! Break pane to a new window
C-b ' Prompt for window index to select
C-b . Move the current window
C-b 0 Select window 0
C-b 1 Select window 1
C-b 2 Select window 2
C-b 3 Select window 3
C-b 4 Select window 4
C-b 5 Select window 5
C-b 6 Select window 6
C-b 7 Select window 7
C-b 8 Select window 8
C-b 9 Select window 9
C-b i Display window information
C-b l Select the previously current window
C-b n Select the next window
C-b p Select the previous window
C-b DC Reset so the visible part of the window follows the cursor
C-b M-n Select the next window with an alert
C-b M-p Select the previous window with an alert
C-b S-Up Move the visible part of the window up
C-b S-Down Move the visible part of the window down
C-b S-Left Move the visible part of the window left
C-b S-Right Move the visible part of the window right
#############################pane###################################
C-b x Kill the active pane
C-b Up Select the pane above the active pane
C-b Down Select the pane below the active pane
C-b Left Select the pane to the left of the active pane
C-b Right Select the pane to the right of the active pane
C-b C-Up Resize the pane up
C-b C-Down Resize the pane down
C-b C-Left Resize the pane left
C-b C-Right Resize the pane right
C-b q Display pane numbers
C-b f Search for a pane
C-b C-o Rotate through the panes
C-b ; Move to the previously active pane
C-b E Spread panes out evenly
C-b M Clear the marked pane
C-b m Toggle the marked pane
C-b o Select the next pane
C-b z Zoom the active pane
C-b { Swap the active pane with the pane above
C-b } Swap the active pane with the pane below
C-b M-o Rotate through the panes in reverse
C-b M-Up Resize the pane up by 5
C-b M-Down Resize the pane down by 5
C-b M-Left Resize the pane left by 5
C-b M-Right Resize the pane right by 5
#############################buffer###################################
C-b # List all paste buffers
C-b - Delete the most recent paste buffer
C-b = Choose a paste buffer from a list
C-b ] Paste the most recent paste buffer
#############################layout###################################
C-b Space Select next layout
C-b M-1 Set the even-horizontal layout
C-b M-2 Set the even-vertical layout
C-b M-3 Set the main-horizontal layout
C-b M-4 Set the main-vertical layout
C-b M-5 Select the tiled layout
#############################other###################################
C-b C-b Send the prefix key
C-b : Prompt for a command
C-b C Customize options
C-b [ Enter copy mode
C-b t Show a clock
C-b ~ Show messages
C-b PPage Enter copy mode and scroll up