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

Reproduce: 1. Enable `diff-hl-mode` and `meow-global-mode` in emacs -nw 2. `meow-insert` and type one char 3. `C-x C-s` to save buffer 4. the cursor shape will change back from bar...

I try to use this reasonable edit style in my routine. But as the title says, I can't switch meow-normal-mode to meow-insert-mode, often, so that I must toggle meow-global-mode twice...

### What is a good ergonomic command layout? - Keys that are often used together, should not be arranged on same fingers, or in two non-adjacent rows of one hand....

roadmap

Using `meow-beginning/end-of-thing` and then `repeat` opens a dialog again, but my expectation was that it would repeat without confirmation. The use-case is to "move up by paragraphs", by `[p''''''`. How...

The commands meow-kill meow-yank and meow-save do not work with Windows clipboard. The default emacs kill-ring does work though so in order to copy from emacs with the inbuild meow...

Take 2 of fixing the issue where reversing doesn't work with no selection. Previous attempt: #216. Check the commit message for details. This idea was originally implemented in #272, the...

Bug description: When `desktop-save-mode` is enabled, the restored dired buffers are initialized with `meow-normal-mode` enabled. Expect behavior: Only MOTION state enabled in restored dired buffers. Step to reproduce (Emacs 29):...

There is a `meow-mode-state-list` for setting initial meow states, but `insert` is not an option here, it seems (though I'm not sure why). It could be useful for start some...

Can anyone reproduce this bug where I have explicitly set the foreground for meow-search-highlight, but said highlight is being ignored? ![highlight](https://user-images.githubusercontent.com/28788713/186695047-083af57b-62b4-4adb-9110-236b6c6e5d2b.png) ![ignored](https://user-images.githubusercontent.com/28788713/186695350-0172d24d-115c-47c3-8209-c55e0bb59d90.png)

After a isearch(`C-s`) search, you can use `n` (`meow-search` ) or `;n` ( `nemw-reverse`+`meow-search`) to search next/previous occurrence now. need ``` (setq isearch-lazy-count t) (setq isearch-lazy-highlight t) ``` ![image](https://github.com/meow-edit/meow/assets/461743/ff56cced-15cb-40a0-b3a9-431176184603)