

It is a full offline setup installer of the tool.
ATOM TEXT EDITOR MAC DOWNLOAD
Atom Free Download Latest Version for Windows PC.

The app comes pre-installed with four UI and eight syntax themes in both dark and light colors. You choose from thousands of open source packages that add new features and functionality to Atom-or build a package from scratch and publish it for everyone else to use. If you're developing your own package, run this in the package's directory to publish a new version of the package, increasing the minor version number by one.Atom is a text editor that's modern, approachable, yet hackable to the core-a tool you can customize to do anything but also use productively without ever touching a config file. Installs/updates all packages that you have marked as a favorite ( starred) in your Atom.io profile Updates all locally installed packages without asking any questions CommandĪpm is Atom's package manager, based on Node's npm tool. A list of my favorite packages can be found here. These are some packages I find useful, and their most useful key bindings. This shortcuts opens a palette that lists all the symbols (or functions) in your current file allowing you to fuzzy search and jump lines.įold/Unfold at a specific indentation levelįold/Unfold at a specific indentation level where the number is the indentation depth This shortcut is similar to cmd d/ ctrl d but it selects all the matching words at once. This undoes the previous selection, like from Select Same Words.

Then you can either type directly (which will replace the old words) or use left or right arrow to append things. If you select a word, and then hit the key combo for this command, Atom will select the next same word for you. Toggles the selected text into a comment of the current grammarĪllows to select multiple rows, where the same edit will be applied Selects the entire line the cursor's current position is in The cursor goes to the matching top bracket that the cursor is ecapsulated in Toggles backward through the results of the current buffer in the file while the Find/Replace panel is active Toggles forward through the results of the current buffer in the file while the Find/Replace panel is active If there is a line below with content, the line's content will swap with the one below it. Moves the contents of the current cursor position down one line. If there is a line above with content, the current lines content will swap with the one above it. Moves the contents of the current cursor position up one line. Move the focus to the pane in one of the four directionsĭuplicates the line of the current cursor position and creates a new line under it with the same contents Split the currently active tab in one of the four directions Saves the currently active file under a different nameĬloses the currently active editor window

Shows the Open Folder dialog, which lets you select a folder to add to the editor's Tree View Shows the Open File dialog, which lets you select a file to open in the editor Opens up the Chrome Developer Tools/Console Shows what keybindings the pressed key combination resolves to Opens the Fuzzy Finder palette in which you can search and open filesĬycles left through open tabs (in the active pane)Ĭycles right through open tabs (in the active page) Some general keyboard shortcuts that I use frequently. Where the shortcut is provided by a package, I have added a link to the package. Please feel free to add the Windows or Linux shortcuts. Since I'm using a Mac, I have mainly listed the keyboard shortcuts macOS. For a complete listing of all available shortcuts, consult the Settings > Keybindings page in Atom. It simply lists the shortcuts that I use on a regular basis. This list is by no means meant to be a complete listing of every available shortcut. Feel free to fork the page and add your own favorites. This page lists keyboard shortcuts for the Atom text editor that I find valuable and use a lot.
