Sublime Text: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{TOCright}} <b>Sublime Text</b> is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performanc..." |
|||
Line 6: | Line 6: | ||
{| class="wikitableharm sortable" | {| class="wikitableharm sortable" | ||
|- | |- | ||
! width=" | ! width="070" | Keypress | ||
! width=" | ! width="380" | Command | ||
|- | |- | ||
| ⌘ + X || Cut line | | ⌘ + X || Cut line | ||
Line 24: | Line 24: | ||
|- | |- | ||
| ⌃ + ⌘ + G || Select all occurrence of the line above | | ⌃ + ⌘ + G || Select all occurrence of the line above | ||
|- | |||
| ⌃ + ⇧ + ↑ || Extra cursor on the line above | |||
|- | |||
| ⌃ + ⇧ + ↓ || Extra cursor on the line below | |||
|- | |||
| ⌃ + M || Jump to closing parentheses Repeat to jump to opening parentheses | |||
|- | |||
| ⌃ + ⇧ + M || Select all contents of the current parentheses | |||
|- | |||
| ⌃ + A<br>⌘ + Left || Move to beginning of line | |||
|- | |||
| ⌃ + E <br>⌘ + Right || Move to end of line | |||
|- | |||
| ⌘ + K, ⌘ + K || Delete from cursor to end of line | |||
|- | |||
| ⌘ + K + ⌫ || Delete from cursor to start of line | |||
|} | |} | ||
Revision as of 17:23, 22 August 2016
Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance. First of all Sublime Text is multi-platform, so available for OS X, Windows and Linux.
Keyboard shortcuts
Keypress | Command |
---|---|
⌘ + X | Cut line |
⌘ + ↩ | Insert line after |
⌘ + ⇧ + ↩ | Insert line before |
⌘ + ⌃ + ↑ | Move line / selection up |
⌘ + ⌃ + ↓ | Move line/selection down |
⌘ + D | Select word - Repeat to select next occurrence |
⌘ + L | Select line - Repeat to select next lines |
⌃ + ⌘ + G | Select all occurrence of the line above |
⌃ + ⇧ + ↑ | Extra cursor on the line above |
⌃ + ⇧ + ↓ | Extra cursor on the line below |
⌃ + M | Jump to closing parentheses Repeat to jump to opening parentheses |
⌃ + ⇧ + M | Select all contents of the current parentheses |
⌃ + A ⌘ + Left |
Move to beginning of line |
⌃ + E ⌘ + Right |
Move to end of line |
⌘ + K, ⌘ + K | Delete from cursor to end of line |
⌘ + K + ⌫ | Delete from cursor to start of line |