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
{{ message }}
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
fix(plugins/plugin-client-common): improve platform compatibility of Home and End keys
This PR addresses both shift+Home/End behavior on macOS, and Home/End behavior on Linux/Windows. In both cases, Kui's behavior should now match that of the platform terminal.
Note: browsers on macOS seem to interpret shift+Home as meaning "select all to beginning of line", whereas macOS Terminal interprets shift+Home to mean "move caret to beginning of line". Thus, Kui still (for darwin only) needs to override the default behavior, though just for this one case.
Fixes#3267
0 commit comments