summaryrefslogtreecommitdiff
path: root/tmux
AgeCommit message (Collapse)Author
2026-07-18tmux: add Prefix+X to kill current session and attach to nextPaul Buetow
Bind Prefix+X to capture the current session name, switch the client to the next available session (switch-client -n), then kill the old session. Switching before killing keeps the client attached instead of detaching it. Placed next to the other session-management bindings and commented with the ordering rationale. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-02Remove hexai-tmux-edit referencesPaul Buetow
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>
2026-06-09tmux.rocky.conf: pass COLORTERM through update-environment for helix truecolorPaul Buetow
2026-06-09tmux.rocky.conf: add default-terminal tmux-256color and terminal-overrides ↵Paul Buetow
for truecolor
2026-06-09tmux.rocky.conf: add pane indicators in red/orange (display-panes, ↵Paul Buetow
pane-border-status, window-status format)
2026-06-09tmux.rocky.conf: switch to red/orange color schemePaul Buetow
2026-06-09tmux.rocky.conf: add drastic color scheme (bright green status, red borders, ↵Paul Buetow
ROCKY label)
2026-06-09tmux: add rocky overrides (C-g prefix for nested tmux), remove ↵Paul Buetow
extended-keys-format for tmux 3.2 compat
2026-06-03feat: add fish 4.3 migration files and tmux extended-keys supportPaul Buetow
- fish_frozen_key_bindings.fish: migrate fish_key_bindings to global scope - fish_frozen_theme.fish: migrate syntax highlighting theme to global scope - gemtexter.fish: add gemtexter publish functions - tmux.conf: enable extended-keys for modern terminal key handling
2026-05-31tmux: add Prefix+I / Prefix+O to cycle A- sessionsPaul Buetow
Mirrors the default Prefix+( / Prefix+) bindings but filtered to sessions whose name starts with the 'A-' agent-workload prefix. Logic lives in scripts/tmux-cycle-a-session. Amp-Thread-ID: https://ampcode.com/threads/T-019e7daf-7dbc-720d-a818-d971666b01e0 Co-authored-by: Amp <amp@ampcode.com>
2026-05-31tmux: add prefix+@ binding to toggle A- session prefixPaul Buetow
Marks the current tmux session as an agent workload by prepending 'A-' to its name; pressing the same key again strips the prefix. Fits the existing convention used by tmux::attach in fish/conf.d/tmux.fish. Amp-Thread-ID: https://ampcode.com/threads/T-019e7cd6-bcb9-71b8-b21a-da8e7a37dc1d Co-authored-by: Amp <amp@ampcode.com>
2026-04-29tmux: avoid fish wrappers for popupsPaul Buetow
Task: z9
2026-04-27fixPaul Buetow
2026-04-27UpdatePaul Buetow
2026-04-26UpdatePaul Buetow
2026-04-26UpdatePaul Buetow
2026-04-25Revert "Update"Paul Buetow
This reverts commit 794b3ab1ffb38b230947aac40220e116673c1fe2.
2026-04-25UpdatePaul Buetow
2026-04-10tmux: add quickview popup binding with VPaul Buetow
2026-03-26improve tmux session/project attach logic, support directory argumentPaul Buetow
2026-03-25tmux: add 'a' binding for adhoc scratch sessionPaul Buetow
2026-03-25UpdatePaul Buetow
2026-03-25UpdatePaul Buetow
2026-03-14UpdatePaul Buetow
2026-02-10UpdatePaul Buetow
2026-02-08tmux: switch bind-key e to hexai-tmux-editPaul Buetow
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-07renamePaul Buetow