Sublime Text: Difference between revisions
Jump to navigation
Jump to search
(10 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
| valign="top" | | | valign="top" | | ||
'''MacOS''' | '''MacOS''' | ||
──────────────────────────────────────────────────── | |||
⌘ + D | ⌘ + K && ⌘ + U » Upper Case | ||
⌘ + U | ⌘ + K && ⌘ + L » Lower Case | ||
⌘ + Control + G » Find All | ⌘ + D » Quick Add Next | ||
⌘ + L | ⌘ + U » Quick Add Next Undo | ||
⌘ + F | ⌘ + Control + G » Find All | ||
⌘ + Left | Control + G » Go to Line Number | ||
⌘ + Right | ⌘ + 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 | |||
| valign="top" | | | valign="top" | | ||
'''Windows/Linux''' | '''Windows/Linux''' | ||
──────────────────────────────────────────────────── | |||
Ctrl + D | Ctrl + K && Ctrl + U » Upper Case | ||
Ctrl + U | Ctrl + K && Ctrl + L » Lower Case | ||
Alt + F3 | Ctrl + D » Quick Add Next | ||
Ctrl + L | Ctrl + U » Quick Add Next Undo | ||
Ctrl + F | Alt + F3 » Find All | ||
Fn + Left | Ctrl + G » Go to Line Number | ||
Fn + Right | 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== | ==References== | ||
* [https://forum.sublimetext.com/t/sublime-text-3-uses-tabs-instead-of-spaces-for-indentation/14427 Uses tabs instead of spaces for indentation] | |||
* [https://www.shortcutfoo.com/app/dojos/sublime-text-3-win/cheatsheet Sublime Text 3 Cheat Sheet for Windows] | |||
* [https://www.shortcutfoo.com/app/dojos/sublime-text-3-mac/cheatsheet Sublime Text 3 Cheat Sheet for MacOS] | |||
* [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://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]] |
Latest revision as of 19:22, 28 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 Control + G » Go to Line Number ⌘ + 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 + G » Go to Line Number 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 |