meow icon indicating copy to clipboard operation
meow copied to clipboard

Yet another modal editing on Emacs / 猫态编辑

Results 67 meow issues
Sort by recently updated
recently updated
newest added

Hi, We need a shim for this too. The space bar gets in the way when scrolling with meow mode and PDFView mode.

compatibility

Both `define-key` and `keymap-set` accept the following forms as definitions (quoting from the docstring of `keymap-set`): > ``` > DEFINITION is anything that can be a key's definition: > nil...

enhancement

`meow-block` breaks when using lambda shortcuts from cl-punch. ```lisp (mapcar ^(* 2 _) '(1 2 3 4 5)) ``` I executed `meow-block` on the first left parenthesis character above. WDYT...

## Problem Description There is an issue when using Meow and Git Timemachine packages together. When viewing a file in `git-timemachine-mode` meow, switches states using the `meow--mode-get-state` function which returns...

compatibility

https://elpa.nongnu.org/nongnu/eat.html Eat needs a shim 😹

compatibility

We need a shim for the magit diff view. Meow currently shadows important magit commands such as `magit-discard`, by default bound to `k`.

compatibility

I'm using realgud to debug a python program. In source window, when I press n, the defined behavior should be move to next line as in realgud. Whereas if meow...

compatibility

Hi, We also need a sticker for `sly-stickers-shortcut-mode`. ![image](https://github.com/meow-edit/meow/assets/47760695/8b168253-1420-412e-95f6-d135de4a526f) I'm wondering how I should add this. Should it be a dedicated sly shim different from the current one or have...

compatibility

works: ```sh emacs -Q -l meowminimal.el ``` does not work: ```sh emacs -Q --daemon -l meowminimal.el emacsclient -c ``` meowminimal.el ```elisp (package-initialize) (require 'meow) (use-package meow :config (meow-normal-define-key '("b" ....

This is a ticket to add a [shim](https://github.com/meow-edit/meow/blob/master/meow-shims.el#L220) to `magit-blame-read-only` mode to switch to motion state. Related discussion: https://github.com/meow-edit/meow/discussions/486