Change default "Toggle heading" keyboard shortcuts so they don't override VS Code standard shortcuts for fold/unfold. #1337
Labels
Area: Input
Related to editor input processing (key presses, key bindings).
Needs Discussion
We haven't decided what to do.
Proposal
Vanilla VS Code comes with the following default keyboard shortcuts:
Ctrl
+Shift
+[
: Fold (collapse) regionCtrl
+Shift
+]
: Unfold (uncollapse) regionSee https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
This plugin adds its own default keyboard shortcuts that override these.
Ctrl
+Shift
+[
: Toggle heading (uplevel)Ctrl
+Shift
+]
: Toggle heading (downlevel)This plugin should use different default shortcuts so as not to override the existing vanilla VS Code behavior.
Other information
The text was updated successfully, but these errors were encountered: