How to efficiently generate ordered list from couple of lines with Sublime Text?
How to efficiently generate ordered list from couple of lines?
Let's say:
list item 1
list item 2
list item 3
into:
- list item 1
- list item 2
- list item 3
Notes:
I could deduct the select_lines from documentation, the problem was:
- on Win (Win 8)
Ctrl+Alt+arrowwas used for desktop rotation (? :/) - on Mac (OS X 10.7.5)
Ctrl+Shift+arrowwas used by Mission Control to animate desktop, despite that the Shortcuts setting shows onlyCtrl+Up/DownwithoutShift. After un-checking the option it works as supposed to.