bloc referral

If you are interested in learning to code with a mentor, try bloc and get $100 off.

Monday, August 11, 2014

sublime key binding path command

If you find yourself typing out the path of a file multiple times, I recommend using the below shortcut in you Key Bindings. Sublime is a powerful IDE and has many shortcuts and tools hidden in it.

I was unaware of Key Bindings but happy to have found this thanks to my coworker @robdel12.

{ "keys": ["super+ctrl+f"], "command": "copy_path" }

No comments:

Post a Comment