Atom editor tossing note _ (2) Basic understanding and use, atom Editor
Startup Interface
Menu Bar-consists of six parts:
Settings center-File => Settings
In the left-side Navigation Pane, there are six parts from top to bottom:
Settings-global Settings: You can set the file encoding, whether the menu bar is displayed, ignore the file, document indent, font size, Project main directory, etc. This is more user-friendly and concise than sublime text.
Keybindings-Shortcut Key configuration. The default shortcut keys are all summarized here. It is very convenient to query the corresponding shortcut key functions, and it is also convenient to modify... Human Nature
Packages-plug-in management center. You can set plug-ins, delete and disable plug-ins, and no installation function is available.
Themes-topic management center, which allows you to set a topic (you can select a topic with the mouse or write a configuration file to take effect) and manage the topic (delete and download a topic online)
Updates-currently, there is only one function. You can query the status of community packages, update installed plug-ins anytime, anywhere, and update ATOM software in HELP.
Install-there are two tabs: top-down and top-down. The first part is "Search" (you can search for INS in the community). The following section shows the popular ins (you can click to download them directly)
Open Config Folder-this part is not controlled by the mouse, it is completely a directory of the configuration file set of the software
It is worth noting that,The configuration file suffix is cson, not JSON, but the writing specifications are very similar., Drunk... It is estimated that it was developed by the community.
Common shortcut keys-test and Translation
English |
Chinese |
Shortcut Key |
Function |
New Window |
Create interface window |
Ctrl + Shift + N |
Such as Chinese meaning |
New File |
Create a file |
Ctrl + N |
Such as Chinese meaning |
Open File |
Open a file |
Ctrl + O |
Such as Chinese meaning |
Open Folder |
Open folder |
Ctrl + Shift + O |
Such as Chinese meaning |
Add Project Folder |
Load the project directory |
Ctrl + Alt + O |
Such as Chinese meaning |
Reopen Last Item |
Reload the previous project |
Ctrl + Shift + T |
Such as Chinese meaning |
Save |
Save files |
Ctrl + S |
Such as Chinese meaning |
Save |
Save |
Ctrl + Shift + S |
Such as Chinese meaning |
Close Tab |
Close the current edited document |
Ctrl + W |
Such as Chinese meaning |
Close Window |
Close Editor |
Ctrl + Shift + W |
Such as Chinese meaning |
Undo |
Undo |
Ctrl + Z |
Such as Chinese meaning |
Redo |
Redo |
Ctrl + Y |
Such as Chinese meaning |
Cut |
Cut |
Shift + Delete |
Such as Chinese meaning |
Copy |
Copy |
Ctrl + Insert |
Such as Chinese meaning |
Copy Path |
Copy document path |
Ctrl + Shift + C |
Such as Chinese meaning |
Paste |
Paste |
Shift + Insert |
Such as Chinese meaning |
Select All |
Select All |
Ctrl + |
Such as Chinese meaning |
Select Encoding |
Select Encoding |
Ctrl + Shift + U |
Is to set the file encoding |
Go to Line |
Jump to a line |
Ctrl + G |
Supports Row and Column search. Row: Column |
Slect Grammar |
Syntax Selection |
Ctrl + Shift + L |
The Syntax setting function is the same as that of Sublime. |
Reload |
Heavy Load |
Ctrl + Alt + R |
Reload the currently edited document |
Toggle Full Screen |
F11 |
Full Screen |
Such as Chinese meaning |
Increase Font Size |
Increase font size |
Ctrl + Shift + "+" |
Ctrl + of Sublime can also take effect |
Decrease Font Size |
Reduce font |
Ctrl + Shift + "-" |
Ctrl-of Sublime can also take effect |
Toggle Tree View |
Show Hidden directory tree |
Ctrl + | Ctrl + K of Sublime, + B can also take effect here |
|
Toggle Commadn palette |
Global Search panel |
Ctrl + Shift + P |
Similar to Sublime |
Select Line |
Select a row |
Ctrl + L |
Such as Chinese meaning |
Select First Character of Line |
Cursor selected to the beginning of the line |
Shift + Home |
Such as Chinese meaning |
Slect End of Line |
Select cursor to end of line |
Shift + End |
Such as Chinese meaning |
Select to Top |
Select the cursor to the first line of the document |
Ctrl + Shift + Home |
That is, the cursor is used as the split line to take the part above the document |
Select to Bottom |
Select the cursor to the end of the document |
Ctrl + Shfit + End |
That is, the cursor is used as the split line. |
Find in Buffer |
Search from the cache |
Ctrl + F |
Consistent with Sublime |
Replace in Buffer |
Advanced replacement |
Ctrl + Shift + F |
Consistent with Sublime |
Select Next |
Match selected next |
Ctrl + D |
Same as Sublime. |
Select All |
Match All selected |
Alt + F3 |
Same as Sublime. |
Find File |
Query file, select to open |
Ctrl + P |
Different from Sublime |
Delte End of Word |
Delete cursor to end |
Ctrl + Del |
Such as Chinese meaning |
Duplicate Line |
Ctrl + Shift + D |
Such as Chinese meaning |
|
Delete Line |
Delete a row |
Ctrl + Shift + K |
Such as Chinese meaning |
Toggle Comment |
Enable Annotation |
Ctrl +/ |
Consistent with Sublime |
Toggle developer tools |
Open the Chrome Debugger |
Ctrl + Alt + I |
Amazing |
Indent |
Increase indentation |
Ctrl + [ |
Indent to the right |
Outdent |
Reduce indentation |
Ctrl +] |
Indent left |
Move Line Up |
Move rows up |
Ctrl + up |
Literally |
Move Line Down |
Move rows downward |
Ctrl + Down |
Literally |
Join Lines |
Line Link |
Ctrl + J |
Append |
Newline-below |
Add a row under the cursor |
Ctrl + Enter |
Consistent with sublime |
Editor: newline-above |
Add a row under the cursor |
Ctrl + Shift + Enter |
Consistent with sublime |
This is a novel feature !! I have been familiar with the web debugger of CHROME !!!
I still haven't figured out what the function is, or it doesn't take effect at all. It is estimated that the official version will be improved.