mirror of
https://github.com/tmux/tmux.git
synced 2026-06-20 17:25:57 +00:00
Fix {} keys in tmux.1, pointed out by tb.
This commit is contained in:
8
tmux.1
8
tmux.1
@@ -361,9 +361,13 @@ Kill the current pane.
|
|||||||
.It z
|
.It z
|
||||||
Toggle zoom state of the current pane.
|
Toggle zoom state of the current pane.
|
||||||
.It {
|
.It {
|
||||||
Swap the current pane with the previous pane.
|
Move floating pane to top-left corner.
|
||||||
.It }
|
.It }
|
||||||
Swap the current pane with the next pane.
|
Move floating pane to top-right corner.
|
||||||
|
.It M-{
|
||||||
|
Move floating pane to bottom-left corner.
|
||||||
|
.It M-}
|
||||||
|
Move floating pane to bottom-right corner.
|
||||||
.It \[ti]
|
.It \[ti]
|
||||||
Show previous messages from
|
Show previous messages from
|
||||||
.Nm ,
|
.Nm ,
|
||||||
|
|||||||
Reference in New Issue
Block a user