Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andrewfritz86/69e9d22bf71acc5375ec to your computer and use it in GitHub Desktop.
Save andrewfritz86/69e9d22bf71acc5375ec to your computer and use it in GitHub Desktop.

Sublime Text Keyboard Shortcuts

Shortcut Command
command + shift + p open command pallette
command + left arrow move cursor to the beginning of current line
command + right arrow move cursor to the end of current line
command + up arrow move cursor to the top line of the file
command + down arrow move cursor to the last line of the file
command + multiple mouseclicks create multiple cursors within file
option + mousedrag create multiple cursors along mousepath
command + x cut current line and copy it to clipboard
command + f open up file search bar
command + shift + f open up search bar for searching all open files
command + shift + d duplicate current line
command + n open new file
command + w close current tab
command + shift + [ shift through tabs to the left
command + shift + ] shift through tabs to the right
command + t bring up drop down menu of currently open files
command + k + b toggle side bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment