-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Keyboard Shortcuts - Organizational Headers #1386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Would like to work on this feature, |
I have noticed there are some shortcuts not listed ... such as ctrl+shift+up/down to move line(s), ctrl+d to select similar. I wonder if there are others, how can we see a complete list of shortcuts? Also, is there an issue open to add suggestions such as alt+shift+up/down to duplicate line(s)? |
@slowizzm Those are Sublime Text editing shortcuts. I think that rather than trying to list them all (because there are a ton!) this overlay should link to a page like https://shortcuts.design/toolspage-sublimetext.html. |
@catarak Ahh ... thanks. I didn’t realize the shortcuts were mirroring Sublime. Is it possible to use vscode shortcuts? Maybe this needs to be a feature request? Guess there could be an option in settings to choose either sublime/vscode shortcuts as well as customize. |
Unfortunately VSCode bindings don't exist right now for CodeMirror, only vim, emacs, and Sublime. Someone could be a hero and work on this. I want to limit the amount of text editor customization here as it can be overwhelming for beginners. I'm open to discussing whether keyboard shortcuts are beginner friendly or not! To me this brings up an important question which is "what's the standard for code editing keyboard shortcuts?" Anyway, feel free to move this discussion into a feature request. |
I have started working on implementing this feature, dividing keyboard shortcut between Editor Focus and Editor Command has no meaning because almost all the shortcut will only work when we have focus on the editor |
@catarak I was thinking to divide them between Text Editing and Advanced/Helper Heading like this In the end provide link(https://shortcuts.design/toolspage-sublimetext.html) for more shortcut and thinking to take black image referrence for shortcut Button and box border design Would like to know your opinion over this @catarak |
Naming these headers is really hard! Even the heading options on Glitch/CodePen are not amazing... I think "Text Editing" is good. I'm not sure what the other commands should fall under... "Advanced/Helper" feels vague, "Global" feels vague... |
Nature of issue?
Feature enhancement details:
The Keyboard Shortcut overlay is currently just a long list of shortcuts. It should have organizational headers, so it's easier to find the shortcuts you're looking for.
Reference of other sites:


It could also be nice to add to this design a box/border around the keyboard shortcuts, as these examples have done as well.
The text was updated successfully, but these errors were encountered: