Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonpalmisc/secl
An Emacs-like editing experience inside Sublime Text 4
https://github.com/jonpalmisc/secl
emacs sublime-text
Last synced: 7 days ago
JSON representation
An Emacs-like editing experience inside Sublime Text 4
- Host: GitHub
- URL: https://github.com/jonpalmisc/secl
- Owner: jonpalmisc
- License: bsd-3-clause
- Created: 2021-10-11T20:28:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T21:51:19.000Z (about 2 years ago)
- Last Synced: 2025-01-12T13:56:14.528Z (15 days ago)
- Topics: emacs, sublime-text
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SECL (Sublime/Emacs Compatibility Layer)
SECL is a small plugin for Sublime Text 4 meant to provide an Emacs-like
experience inside of Sublime Text; it is a work in progress. All of the basic
keybindings also work in Sublime Merge!The goals of this project are to provide traditional Emacs movement and editing
keybindings—e.g. `C-a` and `M-f`—out of the box, while also using
as much of Sublime Text's existing functionality as possible, i.e. the
default word-based movement should be used over a custom implementation.For a more comprehensive Emacs emulation plugin, see [Emacs Pro Essentials](https://github.com/sublime-emacs/sublemacspro).
## Installation
You can install SECL by cloning or downloading this repository into your
Sublime Text packages folder.## License
Copyright (c) 2022 Jon Palmisciano; licensed under the BSD-3-Clause license.
For more information, see LICENSE.txt.