=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.243 retrieving revision 1.244 diff -u -r1.243 -r1.244 --- src/usr.bin/tmux/tmux.1 2011/08/24 10:29:57 1.243 +++ src/usr.bin/tmux/tmux.1 2011/08/24 10:46:01 1.244 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.243 2011/08/24 10:29:57 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.244 2011/08/24 10:46:01 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -491,7 +491,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. +commands are executed sequentially from left to right and +lines ending with a backslash continue on to the next line. A literal semicolon may be included by escaping it with a backslash (for example, when specifying a command sequence to .Ic bind-key ) . @@ -507,6 +508,9 @@ set-window-option -t:0 monitor-activity on new-window ; split-window -d + +bind-key R source-file ~/.tmux.conf \e; \e + display-message "source-file done" .Ed .Pp Or from