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, datepicker

= form_for @task do |f| = f.datetime_field :done_at = f.text_field I thought because done_at should be saved as DateTime, the field should be datetime_field. But text_field works fine. On top of that, for some browsers (Firefox, I can... Continue →