In Sublime Text we can change key bindings for our needs. But I can't find way to overwrite basic binding for unfold
functionality. I have next code in my Key bindings - User file:
{ "keys": ["ctrl+keypad4"], "command": "fold" },
{ "keys": ["ctrl+keypad5]"], "command": "unfold" },
ctrl+keypad4
works as expected, but binding for ctrl+keypad5
not work at all. How to fix it?
I don't want to change global keymap.