Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meow-edit/meow
Yet another modal editing on Emacs / 猫态编辑
https://github.com/meow-edit/meow
colemak dvorak emacs modal-editing
Last synced: about 1 month ago
JSON representation
Yet another modal editing on Emacs / 猫态编辑
- Host: GitHub
- URL: https://github.com/meow-edit/meow
- Owner: meow-edit
- License: gpl-3.0
- Created: 2020-04-04T12:56:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T10:13:58.000Z (7 months ago)
- Last Synced: 2024-05-15T13:17:54.079Z (6 months ago)
- Topics: colemak, dvorak, emacs, modal-editing
- Language: Emacs Lisp
- Homepage:
- Size: 655 KB
- Stars: 1,062
- Watchers: 24
- Forks: 127
- Open Issues: 39
-
Metadata Files:
- Readme: README.org
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#+title: Meow
[[https://melpa.org/#/meow][file:https://melpa.org/packages/meow-badge.svg]] [[https://stable.melpa.org/#/meow][file:https://stable.melpa.org/packages/meow-badge.svg]] [[https://github.com/meow-edit/meow/actions/workflows/action.yml][https://github.com/meow-edit/meow/actions/workflows/action.yml/badge.svg]]
[[file:meow.svg]]
* Introduction
#+begin_quote
Less is more
#+end_quoteMeow is yet another modal editing mode for Emacs.
Meow aims to blend modal editing into Emacs with minimal interference
with its original key-bindings, avoiding most of the hassle introduced
by key-binding conflicts. This leads to lower necessary configuration and
better integration. More is achieved with fewer commands to remember.Key features compared to existing solutions:
- Minimal configuration -- build your own modal editing system
- No third-party dependencies ([[file:GET_STARTED.org][try it without touching your configuration]])
- Doesn't occupy too many keys
- Much easier to remember for people trying modal editing
- More keys available for your own key-bindings
- Most of the time, you don't even need to hold shift!
- Lightning fast (unlike Evil)
- Minimizes modifier usage (e.g. =SPC x f= for =C-x C-f=) inspired by [[https://github.com/emacsorphanage/god-mode][god-mode]]
- Better workflow for [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Keyboard-Macros.html][kmacro]] application at multiple locations
- Interactive selection manipulation and expansion inspired by avy
- Selection as top-tier object, and keybindings built around selection
- Compatible with the vanilla Emacs keymap (or any other keymap from any package)
- Effortless uniform keymaps across modes
- Key-binding conflict handling made easy* Community
Please feel free to ask questions and share ideas in the [[https://github.com/meow-edit/meow/discussions][Discussion]].
* Documents
[[file:GET_STARTED.org][Get started]] - Installation and configuration
[[file:TUTORIAL.org][Tutorial]] - Learn Meow in 15 minutes
[[file:FAQ.org][FAQ]] - Frequently Asked Questions
[[file:COMMANDS.org][Commands]] - Documentation for commands
[[file:CUSTOMIZATIONS.org][Customizations]] - Helper functions and variables
[[file:EXPLANATION.org][Explanation]] - Ideas and concepts behind Meow
[[file:CHANGELOG.md][Changelog]] - Changes, releases, and news
* License
Licensed under GPLv3.