From 1b4402c82369aa0bb93217979a8fd260a3f269cd Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 26 Aug 2018 09:28:42 +0000 Subject: Add q: format prefix to escape sh(1) special characters. Suggested by someone ages ago and then more recently in GitHub issue 1449. --- tmux.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index f84f1282..8eb5aae4 100644 --- a/tmux.1 +++ b/tmux.1 @@ -3676,6 +3676,10 @@ prefixes are and .Xr dirname 3 of the variable respectively. +.Ql q: +will escape +.Xr sh 1 +special characters. A prefix of the form .Ql s/foo/bar/: will substitute -- cgit