We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All the keybinds used to work perfectly. For whatever unknown reason they stopped working and now the folding only works by using the Command Palette.
Any solutions for this problem?
The text was updated successfully, but these errors were encountered:
The default keybinds have changed. Press each keybind twice (i.e. double tap 1 while holding alt), or change the keybind in the .sublime-keymap file.
Defaults, for reference:
// Fold all code blocks { "keys": ["alt+0", "alt+0"], "command": "fold_all" },
// Unfold all code blocks { "keys": ["alt+shift+0", "alt+shift+0"], "command": "unfold_all"},
// Toggle fold current code block { "keys": ["alt+1", "alt+1"], "command": "toggle_fold_current"},
Sorry, something went wrong.
You can define all of the keybindings through the main menu: Preferences > Package Settings > Syntax Fold >Key Bindings - User.
No branches or pull requests
All the keybinds used to work perfectly. For whatever unknown reason they stopped working and now the folding only works by using the Command Palette.
Any solutions for this problem?
The text was updated successfully, but these errors were encountered: