This commit is contained in:
2026-04-21 23:24:05 +02:00
parent ad8b80ae0f
commit 5e48702683
2 changed files with 24 additions and 22 deletions

View File

@@ -13,9 +13,11 @@ bind -n M-L next-window
bind s run-shell "tmuxss"
bind -n C-s run-shell "tmuxss"
bind C-k run-shell "tmuxss -k"
bind C-r run-shell "tmuxss -r"
# bind C-r run-shell "tmuxss -r"
bind C-o display-popup -E "tmuxss -i"
bind C-t display-popup -E "fish"
# suspend kills the terminal window in my setup
unbind C-z
unbind -n C-k
unbind Space
bind-key i run-shell "source ~/.config/tmux/functions.sh && bring_pane"

View File

@@ -61,7 +61,7 @@
"name": "code",
"path": ".",
"read_only": true,
"hist_file": "./.hist/code",
"hist_file": ".hist/code",
"command_run": "nvim"
},
{
@@ -73,14 +73,14 @@
"hsplit": [
{
"command_prepare": "ENV=development bun --preload ./src/instrumentation.ts src/index",
"path": "./apps/gateway-connector",
"hist_file": "./.hist/gateway-connector",
"path": "apps/gateway-connector",
"hist_file": ".hist/gateway-connector",
"read_only": false
},
{
"command_prepare": "ENV=development bun --preload ./src/instrumentation.ts src/index",
"path": "./apps/event-handler",
"hist_file": "./.hist/event-handler",
"path": "apps/event-handler",
"hist_file": ".hist/event-handler",
"read_only": false
}
]
@@ -89,14 +89,14 @@
"hsplit": [
{
"command_prepare": "ENV=development bun --preload ./src/instrumentation.ts src/index",
"path": "./apps/fetch-engine",
"hist_file": "./.hist/fetch-engine",
"path": "apps/fetch-engine",
"hist_file": ".hist/fetch-engine",
"read_only": false
},
{
"command_prepare": "ENV=development bun src/index",
"path": "./apps/delete-engine",
"hist_file": "./.hist/delete-engine",
"path": "apps/delete-engine",
"hist_file": ".hist/delete-engine",
"read_only": false
}
]
@@ -107,22 +107,22 @@
"vsplit": [
{
"command_prepare": "pnpm run dev",
"path": "./apps/dashboard",
"hist_file": "./.hist/dashboard",
"path": "apps/dashboard",
"hist_file": ".hist/dashboard",
"read_only": false
},
{
"hsplit": [
{
"command_prepare": "ENV=development bun src/index",
"path": "./apps/interactions",
"hist_file": "./.hist/interactions",
"path": "apps/interactions",
"hist_file": ".hist/interactions",
"read_only": false
},
{
"command_prepare": "ENV=development bun src/index",
"path": "./apps/api",
"hist_file": "./.hist/api",
"path": "apps/api",
"hist_file": ".hist/api",
"read_only": false
}
]
@@ -134,33 +134,33 @@
{
"name": "util",
"path": ".",
"hist_file": "./.hist/util"
"hist_file": ".hist/util"
},
{
"name": "cloc",
"path": ".",
"read_only": true,
"hist_file": "./.hist/cloc",
"command_run": "./scripts/countLines"
"hist_file": ".hist/cloc",
"command_run": "scripts/countLines"
},
{
"name": "git",
"path": ".",
"hist_file": "./.hist/git",
"hist_file": ".hist/git",
"command_run": "git status"
},
{
"name": "prod",
"path": ".",
"read_only": true,
"hist_file": "./.hist/prod",
"hist_file": ".hist/prod",
"command_prepare": "ssh node-worker-01.funkloch.net"
},
{
"name": "caddy",
"path": ".",
"read_only": true,
"hist_file": "./.hist/caddy",
"hist_file": ".hist/caddy",
"command_prepare": "scripts/caddy"
}
]