You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: prefix button sends prefix then opens combo picker
New `prefix` action type: sends the prefix byte (e.g. Ctrl-B) then
immediately opens the combo picker for the follow-up key. Solves the
mobile UX problem where tapping the terminal to bring up the keyboard
breaks tmux prefix mode.
Combo picker now accepts optional title/description so the prefix
flow shows contextual help ("After prefix").
Users who want raw prefix-only behaviour can override to
`{ type: 'send', data: '\x02' }` via existing config system.
|`send`|`data: string`| Optional `keyLabel?: string` for help overlay |
281
+
|`prefix`|`data: string`| Sends prefix byte then opens combo picker for follow-up key. Use `{ type: 'send', data: '\x02' }` for raw prefix-only behaviour |
0 commit comments