1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-18 12:31:22 +02:00

Merge pull request #3342 from Kyle-Mendes/tmux-copy-mode

[tmux/en] adding info about copy mode
This commit is contained in:
Divay Prakash
2018-10-28 23:05:48 +05:30
committed by GitHub

View File

@@ -78,6 +78,7 @@ combinations called 'Prefix' keys.
p # Change to the previous window p # Change to the previous window
{ # Swap the current pane with the previous pane { # Swap the current pane with the previous pane
} # Swap the current pane with the next pane } # Swap the current pane with the next pane
] # Enter Copy Mode to copy text or view history.
s # Select a new session for the attached client s # Select a new session for the attached client
interactively interactively