I have purchased sublime text license.
I need to be able to fold the text based on indentation level.
For now I use following key bindings:
ctrl+Kctrl+J : Unfold all
shift+ctrl+] : Unfold code
shift+ctrl+[ : Fold code
I want to be able to fold based on indentation levels.
So for example, CTL+SHIFT+1 : for first level of fold,
CTL+SHIFT+2: For second level of fold etc.
Also toggle the fodling / unfolding by the same key bindings.
Again, this is very similar to what is in Notepad++ or jEdit.
Thanks!
-DP