Disable throw-away windows in TMUX.

这个提交包含在:
Kolan Sh 2014-12-22 18:38:19 +03:00
父节点 4995e91b0f
当前提交 4715d6747b
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -25,7 +25,7 @@ set -g default-terminal "screen-256color"
bind-key R respawn-window
# create a session with a throw-away window
new true
# new true
#
# # for future windows, stay open after the command exits
#set set-remain-on-exit on