sublime-text-editor-shortcuts for windows
2 min read
Sublime Text Editor is used for coding purposes by the developers and designers. this text editor supports different types of languages like c, c++, Java, and many other languages. In other posts, we had described its features click here to see the features
Editing | |
---|---|
Cutline | Ctrl + X |
Insert line after | Ctrl + ↩ |
Insert line before | Ctrl + ⇧ + ↩ |
Move line/selection up | Ctrl + ⇧ + ↑ |
Move line/selection down | Ctrl + ⇧ + ↓ |
Select line – Repeat to select next lines | Ctrl + L |
Select word – Repeat select others occurrences | Ctrl + D |
Jump to closing parentheses Repeat to jump to opening parentheses | Ctrl + M |
Select all contents of the current parentheses | Ctrl + ⇧ + M |
Delete Line | Ctrl + ⇧ + K |
Delete from cursor to end of line | Ctrl + KK |
Delete from cursor to start of line | Ctrl + K + ⌫ |
Indent current line(s) | Ctrl + ] |
Un-indent current line(s) | Ctrl + [ |
Duplicate line(s) | Ctrl + ⇧ + D |
Join line below to the end of the current line | Ctrl + J |
Comment/un-comment current line | Ctrl + / |
Block comment current selection | Ctrl + ⇧ + / |
Redo, or repeat last keyboard shortcut command | Ctrl + Y |
Paste and indent correctly | Ctrl + ⇧ + V |
Select next auto-complete suggestion | Ctrl + Space |
soft undo; jumps to your last change before undoing change when repeated | Ctrl + U |
Wrap Selection in html tag | Alt + ⇧ + W |
Close current html tag | Alt + . |
Column selection up | Ctrl + Alt + Up |
Column selection down | Ctrl + Alt + Down |
Navigation/Goto Anywhere | |
Quick-open files by name | Ctrl + P |
Goto symbol | Ctrl + R |
Goto word in current file | Ctrl + ; |
Goto line in current file | Ctrl + G |
General | |
Command prompt | Ctrl + ⇧ + P |
Toggle side bar | Ctrl + KB |
Show scope in status bar | Ctrl + ⇧ + Alt + P |
Find/Replace | |
Find | Ctrl + F |
Replace | Ctrl + H |
Find in files | Ctrl + ⇧ + F |
Tabs | |
Open last closed tab | Ctrl + ⇧ + t |
Cycle up through tabs | Ctrl + PgUp |
Cycle down through tabs | Ctrl + PgDn |
Find in files | Ctrl + ⇆ |
Close current tab | Ctrl + W |
Switch to tab number [NUM] where [NUM] <= number of tabs | Alt + [NUM] |
Split window | |
Revert view to single column | Alt + ⇧ + 1 |
Split view into two columns | Alt + ⇧ + 2 |
Split view into three columns | Alt + ⇧ + 3 |
Split view into four columns | Alt + ⇧ + 4 |
Set view to grid (4 groups) | Alt + ⇧ + 5 |
Split view into two rows | Alt + ⇧ + 8 |
Jump to group where num is 1-4 | Ctrl + [NUM] |
Move file to specified group where num is 1-4 | Ctrl + ⇧ + [NUM] |
Bookmarks | |
Toggle bookmark | Ctrl + F2 |
Next bookmark | F2 |
Previous bookmark | ⇧ + F2 |
Clear bookmarks | Ctrl + ⇧ + F2 |
Text manipulation | |
Transform to Uppercase | Ctrl + KU |
Transform to Lowercase | Ctrl + KL |
download sublime click here