@jx0/jmux 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/config/tmux.conf +5 -0
  2. package/package.json +1 -1
package/config/tmux.conf CHANGED
@@ -77,6 +77,11 @@ bind-key Space if-shell -F '#{==:#{session_name},scratch}' {
77
77
  display-popup -E -w 80% -h 70% -b heavy -S 'fg=#4f565d' "tmux new-session -A -s scratch"
78
78
  }
79
79
 
80
+ # --- Session lifecycle ---
81
+ # When a session is killed, switch to the next one instead of detaching.
82
+ # jmux only exits when the last session is destroyed.
83
+ set -g detach-on-destroy off
84
+
80
85
  # --- Terminal ---
81
86
  set -g default-terminal "tmux-256color"
82
87
  set -g set-clipboard on
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx0/jmux",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A persistent session sidebar for tmux",
5
5
  "type": "module",
6
6
  "bin": {