Sublime Text: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 28: Line 28:
* [https://forum.sublimetext.com/t/sublime-text-3-uses-tabs-instead-of-spaces-for-indentation/14427 Uses tabs instead of spaces for indentation]
* [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.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://github.com/eugenp/tutorials/blob/master/persistence-modules/spring-data-jpa-repo/src/main/java/com/baeldung/storedprocedure/repository/CarRepository.java Example of Stored Procedure]
* [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 03:31, 24 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