Idea: Align Terminal keymappings with VS Code conventions #3140
Labels
Area-Settings
Issues related to settings and customizability, for console or terminal
Issue-Task
It's a feature request, but it doesn't really need a major design.
Needs-Tag-Fix
Doesn't match tag requirements
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Description of the new feature/enhancement
Would be great if we could align Terminal keybinding settings with the VS Code keybinding conventions (link below).
Currently, the shortcut keys abbreviations do not match and this makes it more difficult to get started with keybindings - requiring users to try to do tons of digging to find the right convention - for example, to know page down is 'pgdn' (Terminal) instead of 'pagedown' (VS Code).
Would be fantastic if we could memorize and use a single convention rather than inventing a new one and trying to remember which convention works in which tool.
Proposed technical implementation details (optional)
The Terminal shortcut key abbreviations are documented here:
(Couldn't find any reference docs. Eventually found examples by holding Ctr while selecting "Settings" in order to get to the defaults.json file.)
The VS Code shortcut key abbreviations are documented here:
https://code.visualstudio.com/docs/getstarted/keybindings#_accepted-keys
For example of the problem currently, "Page Up" is "pgup" in Terminal
profiles.json
and "pageup" in VS Code.The text was updated successfully, but these errors were encountered: