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 /tmux | |
| 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 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 96b98b8..8d3222c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -19,7 +19,6 @@ bind-key L resize-pane -R 5 bind-key g popup -E -w 99% -h 99% -d '#{pane_current_path}' "tmux-popup-new #{q:pane_current_path} -tmp-lazygit lazygit" bind-key f popup -E -w 99% -h 99% -d '#{pane_current_path}' "tmux-popup-new #{q:pane_current_path} -tmp-ranger ranger" -bind-key e run-shell -b "cd #{q:pane_current_path} && hexai-tmux-edit --pane '#{pane_id}'" bind-key N popup -E -w 99% -h 99% -d ~/Notes "tmux-popup-attach notes ~/Notes" bind-key t popup -E -w 99% -h 99% -d '#{pane_current_path}' "tmux-popup-attach --basename #{q:pane_current_path} -tmp-scratch" bind-key a popup -E -w 99% -h 99% -d '#{pane_current_path}' "tmux-popup-attach adhoc #{q:pane_current_path}" |
