This website works better with JavaScript.
Home
Help
Sign In
kolan
/
.home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Disable throw-away windows in TMUX.
master
Kolan Sh
6 years ago
parent
4995e91b0f
commit
4715d6747b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.tmux.conf
+ 1
- 1
.tmux.conf
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
Write
Preview
Loading…
Cancel
Save