Skip to content

Commit

Permalink
dev: add editor/meow module
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyAnkh committed Dec 4, 2021
1 parent f458f97 commit 17b0f68
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 0 deletions.
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.

0 comments on commit 17b0f68

Please sign in to comment.