diff options
author | nicm <nicm> | 2016-10-13 21:37:03 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-13 21:37:03 +0000 |
commit | 7a1a01feeff7b2ab17e2caef2d6b2180a8c1e70e (patch) | |
tree | dabc310f0461557422bdb103cbd474d5be28e15a /tmux.1 | |
parent | 4179b4242411f41a22d9743b4eff3b19ef69b3e8 (diff) | |
download | rtmux-7a1a01feeff7b2ab17e2caef2d6b2180a8c1e70e.tar.gz rtmux-7a1a01feeff7b2ab17e2caef2d6b2180a8c1e70e.tar.bz2 rtmux-7a1a01feeff7b2ab17e2caef2d6b2180a8c1e70e.zip |
Remove the set-remain-on-exit option, it was always a hack and can now
be done with hooks instead.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -2696,19 +2696,6 @@ flag to Repeat is enabled for the default keys bound to the .Ic resize-pane command. -.It Xo Ic set-remain-on-exit -.Op Ic on | off -.Xc -Set the -.Ic remain-on-exit -window option for any windows first created in this session. -When this option is true, windows in which the running program has -exited do not close, instead remaining open but inactivate. -Use the -.Ic respawn-window -command to reactivate such a window, or the -.Ic kill-window -command to destroy it. .It Xo Ic set-titles .Op Ic on | off .Xc |