diff options
author | nicm <nicm> | 2015-11-18 14:13:55 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-11-18 14:13:55 +0000 |
commit | 5a5b950e8b86606edea8f61c40bf8af28ab4f08b (patch) | |
tree | ebf4d93935d1aedb0bfc28c2e1c2c0dbc16d3b61 /tmux.1 | |
parent | 64571368dc19219fc1ef9b6c20034ee143cbed0d (diff) | |
download | rtmux-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.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 #() . |