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, does this example need F3 and F4 in order to work? https://github.com/meow-edit/meow/blob/master/meow-tutor.el#L534 The wording is a bit confusing because it doesn't mention using F3 and F4 in the 8...

I don't see very well and often have to enlarge things within emacs. Typically I do this with `text-scale-adjust` via the `C-x C-+` or the `global-text-scale-adjust` through `C-x C-M-+`. I...

Would it be possible to have tree-sitter integration in meow? (Perhaps modifying meow-thing.el to be tree-sitter aware?) Just like this for evil https://github.com/meain/evil-textobj-tree-sitter/ since emacs 29.1 is about to be...

Hi. I have an esoteric keyboard layout and have made some key translations (like shown below) but Meow keypad does not acknowledge these translations ![image](https://user-images.githubusercontent.com/29102529/220459149-c4dcf05e-1295-4b76-91f4-adef8fad9d33.png)

question

I was looking for an analog to vim's `gv` command that re-selects the most recent selection, and I couldn't find one. I rely on this feature in vim and I...

question

I've run across a use case that I thought would be good for beacon mode but I can't get it to work. Here's the before and after: ``` (oneTwo threeFour...

enhancement

Below is my current setup. The issue is when I hit `SPC-c` I get the below screenshot, which shows that hitting c again should call `ts-fold-close-all` but I get the...

If I recover meow-global-mode. The "normal" will be "UU-" and not changed back.

Hi, what does `` key mean in minibuffer? I can't find any information about it outside this issue https://github.com/meow-edit/meow/issues/481 ![image](https://github.com/meow-edit/meow/assets/56300699/4f0f154d-a4fe-499e-9aaa-858902c10672)

For example, without this change, calling `meow-next-word` repeatedly on a selection created by `meow-mark-word` will repeatedly push the position at the beginning of the selection onto the mark-ring. This can...