https://github.com/elia/atom-textmate
Makes your life hard by keeping Atom undistinguishable from TextMate.
https://github.com/elia/atom-textmate
Last synced: 25 days ago
JSON representation
Makes your life hard by keeping Atom undistinguishable from TextMate.
- Host: GitHub
- URL: https://github.com/elia/atom-textmate
- Owner: elia
- License: mit
- Created: 2014-03-14T23:38:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-06T22:22:38.000Z (over 10 years ago)
- Last Synced: 2025-05-23T23:37:02.112Z (about 1 year ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ⚠️ UNMAINTAINED ⚠️
## 😔 This is probably no even working anymore, and anyway was never completed, I just went back to my beloved [TextMate2](/textmate/textmate) 😻
# TextMate package
Makes your life hard by keeping Atom undistinguishable from TextMate.
## Installing
git clone https://github.com/elia/atom-textmate ~/.atom/packages/atom-textmate
cd ~/.atom/packages/atom-textmate && apm install
Then reload Atom with ⌃⌥⌘L (or via the menu clicking `View` → `Reload`)
## Fixing key-equivalents
```yml
ctrl-alt-cmd-d: tree-view:toggle
alt-cmd-tab: tree-view:toggle-focus
ctrl-cmd-r: tree-view:reveal-active-file
ctrl-cmd-t: command-palette:toggle
ctrl-D: editor:duplicate-line
cmd-L: editor:select-line
cmd-down: tree-view:open-selected-entry
```
## Open Favorites
The “Open Favorites” dialog:

My TextMate Favorites folder:

### How the Favorites folder works
- Every symlink inside `~/Library/Application\ Support/TextMate/Favorites/` is a favorite
- If the symlink's name starts with `[DIR] ` all of the link's target sub-folders will be considered projects
## LICENSE
See the `LICENSE.md` file.