A meta-package to bring some of Sublime Text's features to Atom
Install sublime
from Atom's Package Manager or the command-line equivalent:
$ apm install sublime
Change to your Atom packages directory:
# Windows$ cd %USERPROFILE%\.atom\packages# Linux & macOS$ cd ~/.atom/packages/
Clone repository as sublime
:
$ git clone https://github.com/idleberg/atom-sublime sublime
Inside the cloned directory, install Node dependencies:
$ yarn || npm install
This package makes use of atom-package-deps to automatically install the following packages:
atom-wrap-in-tag
– Wrap text in HTML tagsauto-update-plus
– Automatically update packagesbrowse
– Browse packages folderbuild
– Provider for Build Toolsminimap
multi-cursor
satisfy-dependencies
– Satisfies package dependenciesset-syntax
– Set syntax from the command linesublime-block-comment
sublime-style-column-selection
sublime-word-navigation
sublimify
– Themetag
– Autoclose tagstext-manipulation
– Convert case and moreTo disabled individual packages, go to the Atom settings.
If you know of any Atom package that brings back your favourite Sublime Text feature, please contribute!
This work is licensed under the The MIT License.
You are welcome support this project using Flattr or Bitcoin 17CXJuPsmhuTzFV2k4RKYwpEHVjskJktRd
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.