mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 18:08:51 +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
|
||||
into
|
||||
.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
|
||||
In addition, the last line of a shell command's output may be inserted using
|
||||
.Ql #() .
|
||||
|
Loading…
Reference in New Issue
Block a user