Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created April 20, 2012 06:49
Show Gist options
  • Save tagrudev/2426656 to your computer and use it in GitHub Desktop.
Save tagrudev/2426656 to your computer and use it in GitHub Desktop.
My sublime shortcuts
#Shortcuts on ubuntu submlime
# Multi edit
ctr + shift + L
#select a word and then
ctr + D - gets the next occurrence
alt + F3 - get all the words
# runs a commnad pallete
ctr + P
# fast switch between files
ctr + shift + P
# Really fuckin awesome feature
# get Package Control
ctr + `
import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())
# fire it up with
ctr + shift + P -> search for Install
# sublime is familiar with all textmate bundles ( themes too ) hit the http://textmatetheme.com and
# get the railscast theme then simply drop it in the Package folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment