Sublime Text

From Han Wiki
Revision as of 07:33, 3 July 2016 by Mhan (talk | contribs) (→‎keyboard shortcuts: add last tested)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to navigation Jump to search

I'm currently using Sublime Text 3.

keyboard shortcuts

Last tested with Sublime Text Build 3114

navigation

  • 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