Sublime Text: Difference between revisions
→keyboard shortcuts: add editing section |
→keyboard shortcuts: add last tested |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
= keyboard shortcuts = | = keyboard shortcuts = | ||
''Last tested with Sublime Text Build 3114'' | |||
== navigation == | == navigation == | ||
Line 10: | Line 12: | ||
== editing == | == editing == | ||
* Move current line up: Ctrl + Shift + Up Arrow | * Move current line up: <span class="package">Ctrl</span> + <span class="package">Shift</span> + <span class="package">Up Arrow</span> | ||
* Move current line down: Ctrl + Shift + Down Arrow | * Move current line down: <span class="package">Ctrl</span> + <span class="package">Shift</span> + <span class="package">Down Arrow</span> | ||
* Select current line: <span class="package">Ctrl</span> + <span class="package">L</span> | |||
* Block comment (/* .. */) current selection: <span class="package">Ctrl</span> + <span class="package">Shift</span> + <span class="package">/</span> | |||
* Comment/uncomment (//) current line: <span class="package">Ctrl</span> + <span class="package">/</span> | |||
== folding == | == folding == |
Latest revision as of 06:33, 3 July 2016
I'm currently using Sublime Text 3.
keyboard shortcuts
Last tested with Sublime Text Build 3114
- Indent current line to right: Ctrl + ]
- Unindent current line to left: Ctrl + [
editing
- Move current line up: Ctrl + Shift + Up Arrow
- Move current line down: Ctrl + Shift + Down Arrow
- Select current line: Ctrl + L
- Block comment (/* .. */) current selection: Ctrl + Shift + /
- Comment/uncomment (//) current line: Ctrl + /
folding
- Fold highlighted text: Ctrl + Shift + [
- Unfold all: Ctrl + K, Ctrl + J