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

Fix keybinding

To enter copy mode we use `[` and not `]`.
This commit is contained in:
Samuel Chase
2019-08-08 22:16:37 +05:30
committed by GitHub
parent 2f0b904f6f
commit 2f8df4fd14

View File

@@ -78,7 +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. [ # 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