Disable throw-away windows in TMUX.
This commit is contained in:
parent
4995e91b0f
commit
4715d6747b
|
@ -25,7 +25,7 @@ set -g default-terminal "screen-256color"
|
||||||
bind-key R respawn-window
|
bind-key R respawn-window
|
||||||
|
|
||||||
# create a session with a throw-away window
|
# create a session with a throw-away window
|
||||||
new true
|
# new true
|
||||||
#
|
#
|
||||||
# # for future windows, stay open after the command exits
|
# # for future windows, stay open after the command exits
|
||||||
#set set-remain-on-exit on
|
#set set-remain-on-exit on
|
||||||
|
|
Loading…
Reference in New Issue