Sublime Text: Difference between revisions
→editing: add comment shortcuts |
→keyboard shortcuts: add last tested |
||
Line 2: | Line 2: | ||
= keyboard shortcuts = | = keyboard shortcuts = | ||
''Last tested with Sublime Text Build 3114'' | |||
== navigation == | == navigation == |
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