diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-08-25 21:14:23 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-08-25 21:14:23 +0000 |
commit | 4a01da19df3d3d0c0628856700e32c9e0bb47760 (patch) | |
tree | aa3d40f8277f3ed254c470ee298e04fd23f8c0ac /tmux.1 | |
parent | d390a90bf081efc589b4d3e1f8a570e8f12be3d1 (diff) | |
download | rtmux-4a01da19df3d3d0c0628856700e32c9e0bb47760.tar.gz rtmux-4a01da19df3d3d0c0628856700e32c9e0bb47760.tar.bz2 rtmux-4a01da19df3d3d0c0628856700e32c9e0bb47760.zip |
Sync OpenBSD patchset 951:
Support \ for line continuation in the configuration file, from Julius
Plenz.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -495,7 +495,8 @@ $ tmux bind-key F1 set-window-option force-width 81 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 ) . @@ -511,6 +512,9 @@ rename-session -tfirst newname 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 |