Hi
I see that code folding use CTRL+K hot key, but it does not works.
If i open Keybingins i see in file Default(Windows).sublime-keymap ctrl+k reserved key(i think some time ago i add it)
But it strange that i cant edit this file.
Why?

Hi
I see that code folding use CTRL+K hot key, but it does not works.
If i open Keybingins i see in file Default(Windows).sublime-keymap ctrl+k reserved key(i think some time ago i add it)
But it strange that i cant edit this file.
Why?

Key bindings that list multiple keys like that mean that you have to press first one key and then the second in order to trigger them.
So, paste from history is triggered by pressing ctrl+k then ctrl+v, whereas folding is ctrl+k followed by ctrl+1.