Copy Mode
COMMAND | DESCRIPTION |
| Use vi keys in the buffer (vi: vim editor) |
| Enter copy mode |
| Scroll up |
| Scroll down |
q | Quit copy mode |
0 | Go to beginning of line |
$ | Go to end of line |
g | Go to first line |
G | Go to last line |
h | Move cursor left |
j | Move cursor down |
k | Move cursor up |
l | Move cursor right |
b | Traverse text content backward, cursor on first character of each word |
e | Traverse text content forward, cursor on last character of each word |
w | Traverse text content one word at a time |
/ | Search forward |
? | Search backward |
n | Next keyword occurrence |
N | Previous keyword occurrence |
[Spacebar] | Begin selection |
[Enter] | Copy selection |
ESC | Clear selection |
| Paste selection |
| Display buffer_0 contents |
| Copy whole visible contents of the pane to a buffer |
| Show all buffers |
| Show all buffers and paste selected |
| Save buffer contents to |
| Delete |
Last updated