Ctrl+A tmux prefix unreliable on macOS in split panes #10
Labels
No labels
bug
docs
enhancement
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pedromcaraujo/forge#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On macOS browsers, the
Ctrl+Atmux prefix (set inmodules/shell.nix) doesn't reliably reach tmux — readline "beginning of line" appears to win before it hits the prefix binding, so pane navigation (prefix ←↑↓→,prefix z, etc.) breaks in split panes. Linux is unaffected.Since the tmux server is shared server-side, a single config serves every client and can't detect the client OS.
Fix: keep
Ctrl+Aas the primary prefix (Linux stays as-is) and addCtrl+Bas a global secondary prefix (prefix2) as a reliable fallback on Mac.