Sublime Text: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 27: Line 27:
==References==
==References==
* [https://www.sublimetext.com/docs/3/multiple_selection_with_the_keyboard.html Multiple Selection with the Keyboard]
* [https://www.sublimetext.com/docs/3/multiple_selection_with_the_keyboard.html Multiple Selection with the Keyboard]
* [https://www.sublimetext.com/docs/3/key_bindings.html Key Bindings]
* [https://www.sublimetext.com/docs/3/ Documentation]

Revision as of 23:01, 21 January 2021

Shortcuts

MacOS
───────────────────────────────────────────────
⌘ + 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
Windows/Linux
───────────────────────────────────────────────
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