Last Updated: August 28, 2017
·
1.532K
· skopp

Essential Sublime Text 2 Shortcuts

Note: I tested these on Windows, see link at the end for the original "cmd" versions


  • Ctrl + Shift + V - Paste and indent
  • Ctrl + Mouseclick and/or drag - Multi cursor and/or select
  • Ctrl + Shift + up/down arrow - Move row up/down
  • Ctrl + Shift + K - Remove row
  • Ctrl + Shift + D - Duplicate row
  • Ctrl + / Toggle comment
  • Ctrl + D Expand selection to word
  • Ctrl + L Expand selection to line (click again to select new line)
  • Ctrl + shift + space Expand selection to scope (click again for expanding to next scope)
  • Ctrl + T - New line, no whitespace

src with some edits based on my own tests

2 Responses
Add your response

Check out Jeffery Way's Sublime Text tips on nettuts. great stuff!
https://tutsplus.com/course/improve-workflow-in-sublime-text-2/#getting_started

over 1 year ago ·

Thanks! That's a great link (I've seen it before), but the problem (for lack of a better word right now) is that there is TOO MUCH good info there! :)
Sometimes, we need to break it down into byte sized protip-bits too.

over 1 year ago ·