Sublime Text: Difference between revisions
mNo edit summary |
|||
Line 263: | Line 263: | ||
You can switch between projects in a manner similar to Goto Anything, and the switch is instant, with no save prompts - all your modifications will be restored next time the project is opened. | You can switch between projects in a manner similar to Goto Anything, and the switch is instant, with no save prompts - all your modifications will be restored next time the project is opened. | ||
|} | |} | ||
== Packages == | |||
=== Gitsavvy == | |||
GitSavvy provides integration between Sublime Text 3 and {{FormFCT|9|blue|Git}}. | |||
If you're a new user and you find yourself asking, ''"Can GitSavvy do X?"'', there are two places to look. | |||
# Open your command palette and type `GitSavvy: help`. This will take you to the offline wiki-style documentation. | |||
# You can also check for configurability options by opening `Preferences > Package Settings > GitSavvy > Settings - Default` in the ST3 menu. <br>Any optional or configurable behavior will be documented here, along with the default values. | |||
If you need help along the way, there's usually someone around in our Gitter channel: https://gitter.im/divmain/GitSavvy | |||
Finally, if at any time you encounter a bug, or if you wish that GitSavvy included some missing functionality, please open an issue: https://github.com/divmain/GitSavvy/issues | |||
On youtube: https://www.youtube.com/watch?v=HLU_D8ZiqRs | |||
== See also == | == See also == |
Revision as of 13:23, 8 April 2019
Sublime Text is a sophisticated text editor for code, markup and prose [1]. You'll love the slick user interface, extraordinary features and amazing performance. First of all Sublime Text is multi-platform, so available for OS X, Windows and Linux.
Keyboard shortcuts
One very important shortcut for OSX is the one is the ⌘ + ⇧ + . which shows the normal hidden files in a directory (i.e. .bashrc) [2].
The keyboard shortcuts for OSX are base on the Websites:
- Docs Sublime Text Info, Keyboard Shortcuts for OSX.
|
|
|
Descriptions
Command Palette The Command Palette holds infrequently used functionality, like sorting, changing the syntax and changing the indentation settings.
With just a few keystrokes, you can search for what you want, without ever having to navigate through the menus or remember obscure key bindings.
|
Goto Anything Use Goto Anything to open files with only a few keystrokes, and instantly jump to symbols, lines or words.
These shortcuts can be combined, so tp@rf may take you to a function read_file within a file text_parser.py.
|
Split Editing Get the most out of your wide screen monitor with split editing support. Edit files side by side, or edit two locations in the one file. You can edit with as many rows and columns as you wish.
|
Multiple Selections Make ten changes at the same time, not one change ten times. Multiple selections allow you to interactively change many lines at once, rename variables with ease, and manipulate files faster than ever.
|
Distraction Free Mode When you need to focus, Distraction Free Mode is there to help you out. Distraction Free Mode is full screen, chrome free editing, with nothing but your text in the center of the screen.
|
Instant Project Switch Projects in Sublime Text capture the full contents of the workspace, including modified and unsaved files. You can switch between projects in a manner similar to Goto Anything, and the switch is instant, with no save prompts - all your modifications will be restored next time the project is opened. |
Packages
= Gitsavvy
GitSavvy provides integration between Sublime Text 3 and Git.
If you're a new user and you find yourself asking, "Can GitSavvy do X?", there are two places to look.
- Open your command palette and type `GitSavvy: help`. This will take you to the offline wiki-style documentation.
- You can also check for configurability options by opening `Preferences > Package Settings > GitSavvy > Settings - Default` in the ST3 menu.
Any optional or configurable behavior will be documented here, along with the default values.
If you need help along the way, there's usually someone around in our Gitter channel: https://gitter.im/divmain/GitSavvy
Finally, if at any time you encounter a bug, or if you wish that GitSavvy included some missing functionality, please open an issue: https://github.com/divmain/GitSavvy/issues
On youtube: https://www.youtube.com/watch?v=HLU_D8ZiqRs
See also
Reference
- ↑ SublimeText, A programmers editor the way it should be.
- ↑ Stack-Exchange, Show hidden files in the open file dialog on OSX.