Sublime Text: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  '''MacOS'''
  '''MacOS'''
  ────────────────────────────────────────────────────
  ────────────────────────────────────────────────────
⌘ + K &&  ⌘ + U      » Upper Case
⌘ + K &&  ⌘ + L      » Lower Case
  ⌘ + D                » Quick Add Next
  ⌘ + D                » Quick Add Next
  ⌘ + U                » Quick Add Next Undo
  ⌘ + U                » Quick Add Next Undo
Line 19: Line 21:
  '''Windows/Linux'''
  '''Windows/Linux'''
  ────────────────────────────────────────────────────
  ────────────────────────────────────────────────────
Ctrl + K && Ctrl + U » Upper Case
Ctrl + K && Ctrl + L » Lower Case
  Ctrl + D            » Quick Add Next
  Ctrl + D            » Quick Add Next
  Ctrl + U            » Quick Add Next Undo
  Ctrl + U            » Quick Add Next Undo

Revision as of 23:20, 12 July 2021

Shortcuts

MacOS
────────────────────────────────────────────────────
⌘ + K &&  ⌘ + U      » Upper Case
⌘ + K &&  ⌘ + L      » Lower Case
⌘ + D                » Quick Add Next
⌘ + U                » Quick Add Next Undo
⌘ + Control + G      » Find All
⌘ + L                » Expand All Selection to Line
⌘ + F                » Find All
⌘ + Left             » Move Cursor to the Line Start
⌘ + Right            » Move Cursor to the Line End
⌘ + Shift + Space    » Expand selection to scope
⌘ + Shift + M        » Expand selection to brackets
⌘ + Shift + J        » Expand selection to indentation


Windows/Linux
────────────────────────────────────────────────────
Ctrl + K && Ctrl + U » Upper Case
Ctrl + K && Ctrl + L » Lower Case
Ctrl + D             » Quick Add Next
Ctrl + U             » Quick Add Next Undo
Alt  + F3            » Find All
Ctrl + L             » Expand All Selection to Line
Ctrl + F             » Find All
Fn   + Left          » Move Cursor to the Line Start
Fn   + Right         » Move Cursor to the Line End
Ctrl + Shift + Space » Expand selection to scope
Ctrl + Shift + M     » Expand selection to brackets
Ctrl + Shift + J     » Expand selection to indentation

References