Skip to content

Instantly share code, notes, and snippets.

@gr8Adakron
Last active November 5, 2021 09:03
Show Gist options
  • Save gr8Adakron/6c16c1b5a86752f12a33a8012a262ab6 to your computer and use it in GitHub Desktop.
Save gr8Adakron/6c16c1b5a86752f12a33a8012a262ab6 to your computer and use it in GitHub Desktop.
Sublime text shortcuts

Insert and Select

  • Cmd+D - Select a word
  • Cmd+Shift+Enter - Insert a line before current line
  • Cmd+Enter - Insert a line after current line
  • Cmd+L - Select current line

Delete

  • Cmd+Shift+K - Delete a line
  • Cmd+K+K - Delete from cursor to end of line.
  • Cmd+KBackspace - Delete from Cursor to start of line

Copy and Cases

  • Cmd+Shift+D - Duplicate current line
  • Cmd+K+U - Upper case
  • Cmd+K+L - Lower case

Find and Replace

  • Ctrl+I - Incremental find
  • Ctrl+F - regular find
  • Ctrl+Shift+F - find accross project

Navigation

  • ctrl+cmd+up - to move the current line up
  • ctrl+cmd+down - to move the current line down

Terminus

  • cmd+`+1 - open terminus in current directory

View

  • cmd+option+1 - to open single view
  • cmd+option+2 - to open double view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment