mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Add -F flag to send-keys to expand formats in search-backward and
forward copy mode commands, this makes it easier to use the cursor_word and cursor_line formats. From Anindya Mukherjee in GitHub issue 1964.
This commit is contained in:
6
tmux.1
6
tmux.1
@ -2672,7 +2672,7 @@ With
|
||||
only
|
||||
.Ar key-table .
|
||||
.It Xo Ic send-keys
|
||||
.Op Fl HlMRX
|
||||
.Op Fl FHlMRX
|
||||
.Op Fl N Ar repeat-count
|
||||
.Op Fl t Ar target-pane
|
||||
.Ar key Ar ...
|
||||
@ -2711,7 +2711,9 @@ the
|
||||
.Sx WINDOWS AND PANES
|
||||
section.
|
||||
.Fl N
|
||||
specifies a repeat count.
|
||||
specifies a repeat count and
|
||||
.Fl F
|
||||
expands formats in arguments where appropriate.
|
||||
.It Xo Ic send-prefix
|
||||
.Op Fl 2
|
||||
.Op Fl t Ar target-pane
|
||||
|
Reference in New Issue
Block a user