@abyrd9/harbor-cli 2.4.1 → 2.4.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.
- package/package.json +1 -1
- package/scripts/dev.sh +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abyrd9/harbor-cli",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.3",
|
|
4
4
|
"description": "A CLI tool for orchestrating local development services in a tmux session. Perfect for microservices and polyglot projects with automatic service discovery and before/after script support.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
package/scripts/dev.sh
CHANGED
|
@@ -98,7 +98,7 @@ $tmux_cmd bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-
|
|
|
98
98
|
$tmux_cmd bind-key -n S-Left select-window -t :-
|
|
99
99
|
$tmux_cmd bind-key -n S-Right select-window -t :+
|
|
100
100
|
|
|
101
|
-
#
|
|
101
|
+
# Most terminals do not emit a distinct key sequence for Ctrl+Shift+letter, so use Ctrl+t/Ctrl+w.
|
|
102
102
|
$tmux_cmd bind-key -n C-t new-window -n "+Terminal"
|
|
103
103
|
|
|
104
104
|
# Add Ctrl+w to close current window ONLY if it's user-created (starts with +)
|