mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user