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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ combinations called 'Prefix' keys.
p # Change to the previous window
{ # Swap the current pane with the previous 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
interactively