aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2015-11-18 14:13:55 +0000
committernicm <nicm>2015-11-18 14:13:55 +0000
commit5a5b950e8b86606edea8f61c40bf8af28ab4f08b (patch)
treeebf4d93935d1aedb0bfc28c2e1c2c0dbc16d3b61 /tmux.1
parent64571368dc19219fc1ef9b6c20034ee143cbed0d (diff)
downloadrtmux-5a5b950e8b86606edea8f61c40bf8af28ab4f08b.tar.gz
rtmux-5a5b950e8b86606edea8f61c40bf8af28ab4f08b.tar.bz2
rtmux-5a5b950e8b86606edea8f61c40bf8af28ab4f08b.zip
Add s/foo/bar/: prefix for formats to substitute bar for foo.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.17
1 files changed, 7 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 3a08c8cd..a22bb3f3 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3311,6 +3311,13 @@ prefixes are
and
.Xr dirname 3
of the variable respectively.
+A prefix of the form
+.Ql s/foo/bar/:
+will substitute
+.Ql foo
+with
+.Ql bar
+throughout.
.Pp
In addition, the first line of a shell command's output may be inserted using
.Ql #() .