adding next-prompt and previous-prompt

pull/3620/head
Michael Bianco 2023-07-10 10:58:21 -06:00
parent 6e82b2f560
commit c80918d05d
No known key found for this signature in database
GPG Key ID: E5E32D3B0D0B4261
1 changed files with 22 additions and 0 deletions

22
tmux.1
View File

@ -1909,6 +1909,11 @@ Move to the next matching bracket
.Xc
Move to the next paragraph
.It Xo
.Nm next-prompt
.Ns
.Xc
Move to the next prompt in the buffer
.It Xo
.Nm next-word
.Ns
.Li (vi: w)
@ -1939,6 +1944,11 @@ Move to the previous matching bracket
.Xc
Move to the previous paragraph
.It Xo
.Nm previous-prompt
.Ns
.Xc
Move to the previous prompt in the buffer
.It Xo
.Nm previous-word
.Ns
.Li (vi: b) (emacs: M-b)
@ -1997,6 +2007,18 @@ Move the cursor to the start of the line
.Li (vi: H) (emacs: M-R)
.Xc
Move to the top line of the buffer
.It Xo
.Nm next-prompt
.Ns
.Li (vi: C-n) (emacs: C-n)
.Xc
Move to the next prompt in the buffer
.It Xo
.Nm previous-prompt
.Ns
.Li (vi: C-p) (emacs: C-p)
.Xc
Move to the previous prompt in the buffer
.El
.Pp
The search commands come in several varieties: