SublimeText-Markdown / MarkdownEditing

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
MIT License
3.17k stars 649 forks source link

Toggle Folding Current Section key bindings overriding standard macOS tab switching #724

Closed adrianh closed 1 year ago

adrianh commented 1 year ago

This change in the latest release:


Replace "Toggle Folding Current Section" via shift+tab by

"Fold Current Section" via ctrl+shift+[ "Unfold Current Section" via ctrl+shift+]


seems to be overriding the standard macos cmd-shift-[ and cmd-shift-] to switch tabs.

Glancing at the key bindings file it looks like "super+shift+[" etc. should be "ctrl-shift+[" etc. ?

deathaxe commented 1 year ago

The intention is to override ST's default fold/unfold binding, which seems to be suber+alt+[ vs. super+alt+].