Skip to content
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

Only Command Palette commands work #33

Open
YourFutureHusband opened this issue Mar 27, 2018 · 2 comments
Open

Only Command Palette commands work #33

YourFutureHusband opened this issue Mar 27, 2018 · 2 comments

Comments

@YourFutureHusband
Copy link

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?

@jayseweaver
Copy link

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"},

@AlLoud
Copy link

AlLoud commented Aug 30, 2018

You can define all of the keybindings through the main menu: Preferences > Package Settings > Syntax Fold >Key Bindings - User.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants