mirror of
https://github.com/tmux/tmux.git
synced 2024-12-24 18:38:48 +00:00
Document alternative delimiters for substitution, from Jim Wisniewski.
This commit is contained in:
parent
48f41e4a41
commit
079f48e8a6
9
tmux.1
9
tmux.1
@ -5080,6 +5080,15 @@ would change
|
|||||||
.Ql abABab
|
.Ql abABab
|
||||||
into
|
into
|
||||||
.Ql bxBxbx .
|
.Ql bxBxbx .
|
||||||
|
A different delimiter character may also be used, to avoid collisions with
|
||||||
|
literal slashes in the pattern.
|
||||||
|
For example,
|
||||||
|
.Ql s|foo/|bar/|:
|
||||||
|
will substitute
|
||||||
|
.Ql foo/
|
||||||
|
with
|
||||||
|
.Ql bar/
|
||||||
|
throughout.
|
||||||
.Pp
|
.Pp
|
||||||
In addition, the last line of a shell command's output may be inserted using
|
In addition, the last line of a shell command's output may be inserted using
|
||||||
.Ql #() .
|
.Ql #() .
|
||||||
|
Loading…
Reference in New Issue
Block a user