Show Menu
Cheatography

Tmux Copy-mode VI Cheat Sheet by

Tmux Copy-mode Emacs

Copy-mode VI

Back to Indent­ation
^
Clear Selection
Escape
Copy selection
Enter
Cursor down
j
Cursor left
h
Cursor rigth
l
Cursor to bottom line
L
Cursor to middle line
M
Cursor to top line
H
Cursor up
K
Delete entire line
d
Delete to end of line
D
Goto line
:
Half page down
C-d
Half page up
C-u
Next page
C-f
Next word
w
Paste buffer
p
Previous page
C-b
Previous word
b
Quit mode
q
Scroll down
C-Down or J
Scroll up
C-Up or K
Search again
n
Search backward
?
Search forward
/
Start of line
0
Start selection
Space
C -> CRTL
M -> ALT
 

Misc

detach
d
big clock
t
list shortcuts
?
prompt
:
prefix (Ctrl + b default) +

Managing split panes

Split vertically (top/b­ottom)
C-a "
Split horizo­ntally (left/­right)
C-a %
Go to the next pane on the left
C-a left
Go to the next pane on the righ
C-a right
Up
C-a up
Down
C-a down
 
Go to the next pane (cycle through all of them)
C-a o
Go to the ‘last’ (previ­ously used) pane
C-a ;
Move the current pane to the previous position
C-a {
Move the current pane to the next position
C-a }
Rotate window ‘up’ (i.e. move all panes)
C-a C-o
Rotate window ‘down’
C-a M-o
Move the current pane into a new separate window (‘break pane’)
C-a !
Split window 3's pane 2 and move the current pane there
C-a :move-pane -t :3.2
Kill the current pane
C-a x
Display pane numbers for a short while
C-a q
       
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          tmux the terminal multiplexer Cheat Sheet
          Tmux basics Cheat Sheet