Skip to content

Instantly share code, notes, and snippets.

@leikind
Created January 16, 2012 09:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leikind/1619918 to your computer and use it in GitHub Desktop.
Save leikind/1619918 to your computer and use it in GitHub Desktop.
Textmate-to-Sublime Text 2 switcher's first steps
highlight all current words ctrl+cmd+G
select all found occurrences alt-enter
full screen mode ctrl-shift-cmd-f
VIM's o cmd-return
check syntax shift-alt-v
start multiline editing from a selected area command+shift+l
highlight a current word one by one cmd-d
skip a current word one by one cmd k, cmd-d
vertical selection ALT - mouse
miltiple selection cmd-mouse click
highlight a line cmd-l
show methods command-r
fuzzy search/open file command-t
show pallette shift-cmd-p
global project search command-shift-f
delete line ctrl-shift-k
duplicate line command-shift-d
autocomplete ctrl-space
test run (with RubyTest) command-shift-p
go to line ctrl-g
set/go to bookmark command-F2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment