tmux: bind C-g to send a literal C-a #30
No reviewers
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!30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tmux-send-ctrl-a"
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?
macOS browsers swallow
C-aabove xterm.js (the launcher intercepts nothing — the keystroke never arrives), soC-a C-aandC-b C-aare both undeliverable and no app can receive a realCtrl-afrom a Mac.That app is herdr in the
herdchannel: its prefix isctrl+ato match the ssh front door, and herdr accepts a single prefix, so the browser cannot have its own.C-gwas unbound and passes through the browser cleanly, so bind it prefix-free tosend-keys C-a— one keystroke instead of a chord. Added to the sidebar cheat sheet.Cost: in
claudechannelsC-gnow means beginning-of-line rather than readline abort.