Skip to content

module: add :editor meow #5868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions modules/editor/meow/README.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
#+TITLE: editor/meow
#+DATE: December 5, 2021
#+SINCE: v2021.12

* Table of Contents :TOC_3:noexport:
- [[#description][Description]]
- [[#module-flags][Module Flags]]
- [[#plugins][Plugins]]
- [[#prerequisites][Prerequisites]]
- [[#features][Features]]
- [[#keybindings][Keybindings]]
- [[#configuration][Configuration]]
- [[#troubleshooting][Troubleshooting]]

* Description
This modules adds [[https://github.com/meow-edit/meow][meow]], a global minor-mode for simple but powerful modal editing.

#+begin_quote
This module is incompatible with the =:editor evil=, =:editor god= and =:editor objed=. Enabling
them with =:editor meow= will cause errors.
#+end_quote

[[https://github.com/meow-edit/meow][See the Meow project README]] for information on keybinds and usage. Also, if you enabled this module, run =meow-tutor= in Emacs to get started with Meow.

** Module Flags
+ ~+colemak~ Add default configuration for ~colemak~ layout.
+ ~+dvorak~ Add default configuration for ~dvorak~ layout.
+ ~+dvp~ Add default configuration for ~dvp~ layout.
+ ~+qwerty~ Add default configuration for ~qwerty~ layout.
+ ~+useful-keybindings~ Add ~evil~ like keybindings.

** Plugins

+ [[https://github.com/meow-edit/meow][meow]]

* Prerequisites

This module has no prerequisites.

* Features

** Keybindings

* Configuration
# How to configure this module, including common problems and how to address them.

* Troubleshooting
# Common issues and their solution, or places to look for help.
Loading