Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Horizontal list to vertical list and vice versa - Sublime Text 2

I can't remember where I saw it or read it, but appearantly there is a shortcut for transforming a horizontal list of words seperated with commas or even without commas, into a vertical list allowing me to quickly build a UL with LI tags for the vertical list.

I just need the shortcut to make a vertical list out of a common sentence, I have a windows 8 OS.

like image 503
Seth Urquhart Avatar asked Mar 15 '13 17:03

Seth Urquhart


People also ask

How do you change from horizontal to vertical in Sublime Text?

CTRL + Shift + J will convert vertical to horizontal.

How do I Transpose in Sublime Text?

In Sublime Text 2, I'm able to transpose two words by placing the cursor on the space between them and pressing Ctrl+T .

How do I change a horizontal list to vertical in Word?

Select the paragraph, line of text, shape, or text box that you want to modify. Go to Home and select the horizontal alignment option that you want.

How do I convert a horizontal list to a vertical list?

Convert horizontal to vertical with Paste Special In Excel, you can use the Paste Special to convert a horizontal list to a vertical list. 1. Select the row data and press Ctrl + C to copy it.

How to convert horizontal data to vertical data in Excel?

Excel Convert Horizontal to Vertical 1 Select the row data and press Ctrl + C to copy it. 2 Click at a cell you want to output the result, and right click to open context menu, click Paste Special > Transpose... See More....

How to find the value of horizontal list in Excel?

Select a blank cell and type this formula =INDEX(A$1:L$1,ROWS(M$1:M1)) into it, and press Enter key, then drag the fill handle down till a wrong value appears. See screenshot: Tip: In above formula, A1:L1 is the horizontal list, and M1 is the cell you use the formula.


1 Answers

  1. Select the text you want to convert
  2. Command + J on Mac or CTRL + J on Windows

Also here is a list of some more useful shortcuts https://docs.sublimetext.io/reference/keyboard_shortcuts_osx.html

Other great resources

http://www.sublimetext.com/docs/2/

https://tutsplus.com/course/improve-workflow-in-sublime-text-2/

https://docs.sublimetext.io/guide/customization/key_bindings.html

like image 189
Lucky Soni Avatar answered Sep 20 '22 00:09

Lucky Soni