From 5e48702683791db034748ebedaf622a79d91948a Mon Sep 17 00:00:00 2001 From: Nami Lauckner Date: Tue, 21 Apr 2026 23:24:05 +0200 Subject: [PATCH] sync --- tmux.conf | 4 +++- tmuxss.json | 42 +++++++++++++++++++++--------------------- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/tmux.conf b/tmux.conf index 4d74fd8..cb30809 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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" diff --git a/tmuxss.json b/tmuxss.json index 156316f..ad13648 100644 --- a/tmuxss.json +++ b/tmuxss.json @@ -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" } ]