diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-02 09:40:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-02 09:40:56 +0300 |
| commit | 1f85356ea2e7244c242fd021694cae8abef3d702 (patch) | |
| tree | 22406a8d7d1d41085f3f1c5367b0c9eea09f8fba /fish/conf.d/update.fish | |
| parent | 7a4294e5094f57d3e75d84579246ce0c3684514a (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'fish/conf.d/update.fish')
| -rw-r--r-- | fish/conf.d/update.fish | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
