Sublime Text: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 36: Line 36:
* [https://stackoverflow.com/questions/26313164/ Sublime Text 3 Incremental Selection]
* [https://stackoverflow.com/questions/26313164/ Sublime Text 3 Incremental Selection]
* [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://askubuntu.com/questions/893263/  Install Anydesk desktop in Ubuntu]
* [https://anydesk.com/en/downloads/linux Get AnyDesk for Ubuntu]
* [https://www.sublimetext.com/docs/3/ Documentation]
* [https://www.sublimetext.com/docs/3/ Documentation]
* [https://www.sublimetext.com/docs/3/build_systems.html Build Systems]
* [https://www.sublimetext.com/docs/3/build_systems.html Build Systems]
* [https://www.sublimetext.com/docs/3/key_bindings.html Key Bindings]
* [https://www.sublimetext.com/docs/3/key_bindings.html Key Bindings]
* [[IntelliJ IDEA]]
* [[IntelliJ IDEA]]

Revision as of 22:15, 25 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
⌘ + Shift + Space    » Expand selection to scope
⌘ + Shift + M        » Expand selection to brackets
⌘ + Shift + J        » Expand selection to indentation


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
Ctrl + Shift + Space » Expand selection to scope
Ctrl + Shift + M     » Expand selection to brackets
Ctrl + Shift + J     » Expand selection to indentation

References