mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 11:55:56 +00:00
Document command prompt escape sequence, from Von Welch.
This commit is contained in:
parent
70299c6646
commit
64d82d5988
4
tmux.1
4
tmux.1
@ -2340,6 +2340,9 @@ will do nothing.
|
||||
The
|
||||
.Fl o
|
||||
flag jumps to the beginning of the command output instead of the shell prompt.
|
||||
Finding the beginning of command output requires the shell to emit an escape
|
||||
sequence (\e033]133;C\e033\e\e) to tell tmux where the output begins.
|
||||
If the shell does not send these escape sequences, these commands do nothing.
|
||||
.Pp
|
||||
Copy commands may take an optional buffer prefix argument which is used
|
||||
to generate the buffer name (the default is
|
||||
@ -4873,6 +4876,7 @@ section.
|
||||
.Pp
|
||||
.It Ic copy-mode-position-format Ar format
|
||||
Format of the position indicator in copy mode.
|
||||
.Pp
|
||||
.It Xo Ic mode-keys
|
||||
.Op Ic vi | emacs
|
||||
.Xc
|
||||
|
Loading…
Reference in New Issue
Block a user