Whenever I have a series of lines that are supposed to be a bulleted list (UL) in Sublime Text 3, I need to repeat these steps:
- Select the lines
- Use "split selection into lines (shift-command-L)
- Wrap selection with tag (ctrl-W) and type
LI
- Re-select the 4 lines
- Wrap selection again with
UL
this time (or just manually type UL and /UL)
This is tedious. Does anyone know of a built-in command, a plug-in, or a macro that will take selected lines, wrap each line with an LI tag and the selection with the UL tags in one go?
ul>li
. Thanks for a great tip. – Tugboat