Sublime Text: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(Created page with "==Shortcuts== {| | valign="top" | ──────────────────────────────────────────────...")
 
No edit summary
Line 3: Line 3:
| valign="top" |
| valign="top" |
  ───────────────────────────────────────────────
  ───────────────────────────────────────────────
⌘ + D          » Quick Add Next
⌘ + U          » Quick Add Next Undo
⌘ + Control + G » Find All
  ⌘ + L          » Expand All Selection to Line
  ⌘ + L          » Expand All Selection to Line
  ⌘ + F          » Find All
  ⌘ + F          » Find All
⌘ + Left        » Move Cursor to the Line Start
⌘ + Right      » Move Cursor to the Line End


| valign="top" |
| valign="top" |
  ───────────────────────────────────────────────
  ───────────────────────────────────────────────
Ctrl + D        » Quick Add Next
Ctrl + U        » Quick Add Next Undo
Alt  + F3      » Find All
  Ctrl + L        » Expand All Selection to Line
  Ctrl + L        » Expand All Selection to Line
  Ctrl + F        » Find All
  Ctrl + F        » Find All
Fn  + Left    » Move Cursor to the Line Start
Fn  + Right    » Move Cursor to the Line End


|}
|}
==References==
* [https://www.sublimetext.com/docs/3/multiple_selection_with_the_keyboard.html Multiple Selection with the Keyboard]

Revision as of 22:55, 21 January 2021

Shortcuts

───────────────────────────────────────────────
⌘ + 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
───────────────────────────────────────────────
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

References