sublimetext3 - How do they make multiple columns to a single line with spaces between? -


https://www.sublimetext.com/ on "video" 2/6 how make multiple columns single line spaces between?

thanks

on sublime, can put every selected line on unique line pressing ctrl+j.

other possibility:

when @ end of line , press "delete" erase end of line. indeed, "delete", unlike "backspace" erase character on right of cursor, not on left

example:

qqqqq aaaaa 

if put cursor @ end of qqqqq , press "delete", obtain:

qqqqqaaaaa 

now in subime, multiple cursor, same thing erase every cursor's right character.

to have multiple cursor, press alt+shift , use or down array on keyboard. can middle button of mouse create multiple cursors.

once cursors create, press "end" key on keyboard place cursors @ end of line. thus, can press "delete". column become line. then, feel free add spaces, comas or other punctuations.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -