aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2020-05-16 15:11:52 +0000
committernicm <nicm>2020-05-16 15:11:52 +0000
commit2391fe23ab09cfe8667abdcc3338a958ab3da31d (patch)
treecf3c4abfb3dc2b293bbd0059271a98f98499a47a /tmux.1
parent80e52545a0cccba20fb4d96ed09ea2c129a30c93 (diff)
downloadrtmux-2391fe23ab09cfe8667abdcc3338a958ab3da31d.tar.gz
rtmux-2391fe23ab09cfe8667abdcc3338a958ab3da31d.tar.bz2
rtmux-2391fe23ab09cfe8667abdcc3338a958ab3da31d.zip
Copy mode search improvements:
- Add styles for the search marking styles (copy-mode-match-style and copy-mode-current-match-style). - Show the current match (the one with the cursor on it) in a different style. - Copying without a selection will copy the current match if there is one.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.116
1 files changed, 16 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 7918c780..5c873fdd 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3717,6 +3717,22 @@ If suffixed by
.Ql % ,
this is a percentage of the window size.
.Pp
+.It Ic copy-mode-match-style Ar style
+Set the style of search matches in copy mode.
+For how to specify
+.Ar style ,
+see the
+.Sx STYLES
+section.
+.Pp
+.It Ic copy-mode-current-match-style Ar style
+Set the style of the current search match in copy mode.
+For how to specify
+.Ar style ,
+see the
+.Sx STYLES
+section.
+.Pp
.It Xo Ic mode-keys
.Op Ic vi | emacs
.Xc