mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fix keybinding
To enter copy mode we use `[` and not `]`.
This commit is contained in:
parent
2f0b904f6f
commit
2f8df4fd14
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user