

Sublime is one of those delightful and rare programs that just does what you want a surprising amount of the time.įixed as of today in Notepad++ :-) Reply?Ĭomments Re #4: (a limited set of Markdown is supported) Each line pasted the data from its respective line, rather than (as I feared might happen), each pasting in the entire set of urls, or maybe all pasting the first or last url.

Kick off a multi-select for all the lines.I had a list of urls, and I needed to wrap them in s so that they both linked to the url and displayed it as their text. What I just discovered today, though, was that multi-select intelligently handles copy/paste, too.
#Sublime text select multiple lines code
This is useful when you have some code or other data organized into a nice structure, and you want to make the same edits across multiple lines. Just hit Alt+Shift+Up/Down, and you'll spawn a second cursor in the line above/below your current one. Sublime Text has a cool niche feature where you can have multiple selections. (Question mark in title because I'm not sure what to call it.)
