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
After creating a monorepo and running bun run dev, then interacting with the terminal, CTRL+Z is required to exit interactivity.
In my case, and possibly many others without MacBooks, changing your modifier keys to use the CTRL key instead of super key is common. Unfortunately, the CLI does not respect this. Instead of using CTRL+Z as displayed on everyday keyboards, it wants Super+Z, which does not reflect my preferences within MacOS.
Describe the bug
After creating a monorepo and running
bun run dev
, then interacting with the terminal,CTRL+Z
is required to exit interactivity.In my case, and possibly many others without MacBooks, changing your modifier keys to use the
CTRL
key instead of super key is common. Unfortunately, the CLI does not respect this. Instead of usingCTRL+Z
as displayed on everyday keyboards, it wantsSuper+Z
, which does not reflect my preferences within MacOS.1
2
Affected component/components
CLI
How to reproduce
bun run dev
i
) with the terminalCTRL+Z
is required to exit interactivityCodesandbox/StackBlitz link
No response
Logs
System Info
Before submitting
Footnotes
My modifier key preferences. ↩
The default MacOS modifier key preferences. ↩
The text was updated successfully, but these errors were encountered: