split the window  

How you view sublime text split window. I looked up everywhere finally found it.. before to forget

⌘ + ⌥ + 2 Split view into two columns

Other Shortcuts here - Keyboard Shortcuts for Mac OS X

 
1
Kudos
 
1
Kudos

Now read this

Rails prototype Post-It: Lesson 1

This is what I have done on week 1, course 2 of Tealeaf Academy: Database tables - schema view # posts: ‘url’, ‘title’, ‘description’ users: ‘username’ comments: ‘body’ categories: ‘name’ foreign keys (and primary keys) Migration files #... Continue →