Shortcut for changing heading level
djs070 opened this issue · 2 comments
djs070 commented
Hi
How about adding support to increase / decrease heading level? Maybe Cmd + Square Brackets?
I'm happy to implement the code for this if someone agrees that it's a good feature.
D
demon386 commented
Hi. Good suggestion. Thanks for implementing it!
djs070 commented
Added basic implementation, with keys bound to [ Cmd + Shift + , ] & [ Cmd + Shift + . ]
https://github.com/djs070/SmartMarkdown/compare/heading-levels
Should I submit pull request?