summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2019-11-07 07:11:25 +0000
committernicm <nicm>2019-11-07 07:11:25 +0000
commitc225262e132ded1b4e1e8c0bd21884e9da78ddb3 (patch)
treef8ba43a0f4a71f2b90b924098f30ea6c4eff1749 /tmux.1
parentbad95db8785f4ee6b6e17750500c024642e83134 (diff)
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.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.16
1 files changed, 4 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 8c9fad39..2a1735d8 100644
--- a/tmux.1
+++ b/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