diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-10 09:56:07 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-10 09:56:07 +0200 |
| commit | 59dbb485cb71836b977778367c5736826ecddcfb (patch) | |
| tree | 4801c4b324a07467e16748b195bd073ac43c7dcd | |
| parent | 68bf86aa510913fd95bbb1a9f6ddea91743ecec0 (diff) | |
Update
| -rw-r--r-- | fish/conf.d/update.fish | 2 | ||||
| -rw-r--r-- | tmux/tmux.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish index d94d63d..353ecb8 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 hexai-tmux-action hexai-tmux-edit + for prog in hexai hexai-lsp hexai-tmux-action hexai-tmux-edit hexai-mcp-server 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 diff --git a/tmux/tmux.conf b/tmux/tmux.conf index b13bebc..82f9ad6 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -19,7 +19,7 @@ bind-key L resize-pane -R 5 bind-key g popup -E -w 95% -h 95% -d '#{pane_current_path}' lazygit bind-key f popup -E -w 95% -h 95% -d '#{pane_current_path}' ranger -bind-key e run-shell -b "hexai-tmux-edit --pane '#{pane_id}'" +bind-key e run-shell -b "cd '#{pane_current_path}' && hexai-tmux-edit --pane '#{pane_id}'" bind-key N popup -E -w 95% -h 95% hx ~/Notes bind-key t popup -E -w 95% -h 95% hx fish |
