Disable throw-away windows in TMUX.

This commit is contained in:
Kolan Sh 2014-12-22 18:38:28 +03:00
parent b3d46e93bf
commit be3cd35712
1 changed files with 1 additions and 1 deletions

View File

@ -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