Skip to content

Instantly share code, notes, and snippets.

@TheShrike
Forked from lucasfais/gist:1207002
Last active October 15, 2018 16:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save TheShrike/6111200 to your computer and use it in GitHub Desktop.
Save TheShrike/6111200 to your computer and use it in GitHub Desktop.
Sublime Text 3 - Useful Shortcuts (Windows)

Sublime Text 3 – Useful Shortcuts (Windows)

General

Ctrl+Alt+P switch project
Ctrl+P go to file
F12 go to definition
Ctrl+R go to methods
Ctrl+⇧R go to methods in project
Ctrl+G go to line
Ctrl+KB toggle side bar
Ctrl+⇧P command prompt
Ctrl+@ toggle console
Ctrl+⇧N new window

Editing

Ctrl+L select line (repeat select next lines)
Ctrl+D select word (repeat select others occurrences in context for multiple editing)
Ctrl+Alt up/down select column for multiple editing
Ctrl+⇧M select content into brackets
Ctrl+⇧↩ insert line before
Ctrl+↩ inter line after
Ctrl+⇧K delete line
Ctrl+KK delete from cursor to end of line
Ctrl+K⌫ delete from cursor to start of line
Ctrl+⇧D duplicate line(s)
Ctrl+J join lines
Ctrl+KU upper case
Ctrl+KL lower case
Ctrl+ / comment
Ctrl+⇧/ block comment
Ctrl+Y redo or repeat
Ctrl+⇧V past and ident
Ctrl+space autocomplete (repeat to select next suggestion)
Ctrl+M jump to matching brackets
Ctrl+U soft undo (movement undo)
Ctrl+⇧U soft redo (movement redo)

XML/HTML

Ctrl+⇧A select content into tag
Alt+. close tag

Find/Replace

Ctrl+F find
Ctrl+I incremental find
Ctrl+H replace
F3 find next occurrence of searched word
Ctrl+F3 find next occurrence of current word
Alt+F3 select all occurrences of current word for multiple editing
Ctrl+⇧F find in files

Splits/Tabs

Alt+⇧1 single column
Alt+⇧2 two columns
Alt+⇧5 grid (4 groups)
Ctrl+[1,2,3,4] focus group
Ctrl+⇧[1,2,3,4] move file to group
Alt+[1,2,3…] select tab

Bookmarks

Ctrl+F2 toggle bookmark
F2 next bookmark
⇧F2 previous bookmark
Ctrl+⇧F2 clear bookmarks

Marks

Ctrl+K space set mark
Ctrl+KW delete from cursor to mark
Ctrl+KA select from cursor to mark
Ctrl+KG clear mark

Navigation

Ctrl 0 focus on sidebar
Esc focus back to edit area when focus on sidebar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment