From ac7e2f13e999c1f24b58f7db868c7faeeb0a3c0e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 17 May 2012 21:21:31 +0000 Subject: Ignore line continuation when escaped as \\, from Simon Nicolussi. --- tmux.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 989bb0ea..96742378 100644 --- a/tmux.1 +++ b/tmux.1 @@ -493,7 +493,8 @@ Multiple commands may be specified together as part of a .Em command sequence . Each command should be separated by spaces and a semicolon; commands are executed sequentially from left to right and -lines ending with a backslash continue on to the next line. +lines ending with a backslash continue on to the next line, +except when escaped by another backslash. A literal semicolon may be included by escaping it with a backslash (for example, when specifying a command sequence to .Ic bind-key ) . -- cgit