Add s/foo/bar/: prefix for formats to substitute bar for foo.

This commit is contained in:
nicm
2015-11-18 14:13:55 +00:00
parent 64571368dc
commit 5a5b950e8b
2 changed files with 73 additions and 14 deletions

7
tmux.1
View File

@ -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 #() .