Skip to content

Instantly share code, notes, and snippets.

View misterkak's full-sized avatar

Mike Kakebeeke misterkak

  • Quini
  • Vancouver
View GitHub Profile
@misterkak
misterkak / Gemfile
Last active August 29, 2015 14:06 — forked from JBorts/Gemfile
# A sample Gemfile
source "https://rubygems.org"
gem 'rspec'
gem 'pry'
gem 'fastercsv'

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@misterkak
misterkak / w1d4-hw.md
Last active August 29, 2015 14:06 — forked from kvirani/w1d4-hw.md

On the road to being a Power User

Take control of your development environment by using more of the keyboard and less of the mouse/trackpad. As you write your code, use (Mac and Sublime) keyboard commands/shortcuts to, well... kill it!

Mastering your text editor and Operating System (OS) will make you a more efficient and impressive developer.

Power User Commands

Don't just read about these. If any of these are foreign / unfamiliar to you, be sure to practice them and make a mental note to use them when possible.