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

I've a few ideas, on how to make meow better. I'm a former Evil user, so it may just be evil-isms, but I think they'd improve meow nonetheless. - `meow-inner-of-thing`...

I'm starting to feel that the project has grown big and complex enough that maybe a test framework would be of use. It's much harder to make changes and refactor...

This command does the following: - if we're not already in beacon mode, activate it by creating a secondary selection from region - expand secondary selection by last selection command,...

How to reproduce. Copy some text, then select the following content, `grab`, `line`, `reverse`, `F3`, `yank`, `F4`. ``` foo foo foo ```

Minimal init.el: ``` (add-to-list 'load-path "~/.config/emacs/elpa/meow-20220629.520") (set-input-method 'russian-computer) (require 'meow) (meow-normal-define-key '("j" . meow-next)) (meow-global-mode 1) ``` Steps to reproduce: 1. Run emacs. 2. `C-x b *scratch*` 3. `j` works...

# Description I have keybindings bound to `C-c` in multiple major modes but when pressing `SPC ` meow inserts the actual ``, instead of running `C-c ` as I would...

Hello, I have an issue where my region becomes inactive if I change to insert mode to start editing. Example: I `use inner-or-thing` to select a region, enter insert mode...

Hello, right now it takes two presses of `C-g` to exit `keypad-mode` for me. (for instance, I press `SPC x` to enter keypad mode, but after pressing the first `C-g`...

`meow--current-state` cannot be used to tell meow state, when none of the state is active. The usage arise from my custom modeline which relies on `meow--current-state` to tell meow state....

Consider the following: ``` aaaa aaaa aaaa | aaaa aaaa ``` where | is the cursor, on a blank new line. There is no good way to select the new...