From 1f85356ea2e7244c242fd021694cae8abef3d702 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 2 Jul 2026 09:40:56 +0300 Subject: Remove hexai-tmux-edit references hexai dropped the tmux-edit popup editor feature; drop the tmux keybinding, update-tool lists, and the orphaned tmux-edit-send script that duplicated it but was no longer bound to anything. Co-Authored-By: Claude Sonnet 5 --- fish/conf.d/update.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fish') diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish index e28ade6..39c901e 100644 --- a/fish/conf.d/update.fish +++ b/fish/conf.d/update.fish @@ -17,7 +17,7 @@ function update::tools go install golang.org/x/tools/cmd/goimports@latest & set -a pids $last_pid - for prog in hexai hexai-lsp-server hexai-tmux-action hexai-tmux-edit hexai-mcp-server ask + for prog in hexai hexai-lsp-server hexai-tmux-action hexai-mcp-server ask echo "Installing/updating $prog from codeberg.org/snonux/hexai/cmd/$prog@latest" go install codeberg.org/snonux/hexai/cmd/$prog@latest & set -a pids $last_pid -- cgit v1.2.3