evil-goggles icon indicating copy to clipboard operation
evil-goggles copied to clipboard

Display visual hint on evil edit operations

Results 12 evil-goggles issues
Sort by recently updated
recently updated
newest added

### Description With an active region, and having copied two pieces of text `y`. Pasting `p` and replacing the paste with: `M-y` (`evil-paste-pop`) Results in the highlight remaining visible, and...

Support users who prefer to manually enable `evil-local-mode` on a per-buffer basis (vs. enabling Evil in all buffers via the global `evil-mode`). This should be a safe change because the...

Hello, I know you probably don't care, but at work I sometimes have to work on windows, and there evil-goggles is terribly slow. Operations like `dw` takes up to 2...

The u/redo hint was broken by https://github.com/edkolev/evil-goggles/commit/674a1be

For example I have evil-commentary installed that was mapped on `g c`. Well, if I comment only a single line via `gcc` or something like `10gcc`, visual hint works perfectly,...

evil-goggles works by advising evil's operators. e.g. evil-delete, evil-change, evil-yank, etc. Both evil-cleverparens and evil-smartparens replace those operators with their own versions, which leaves evil-goggles hanging, because it's not plugged...

So I use emacs in daemon-mode with emacs --daemon and emacsclient -create-frame With this setup the highlights appear, but do not pulse. If I start emacs normally, everything behaves as...

This is still a work in progress. I love [lispyville](https://github.com/noctuid/lispyville), and would like to add support for it in evil-goggles. The current code change should be working as I tested,...

Add faces for evil-cleverparens's commands for yank, delete, and change. Also add a face for `evil-cp-copy-paste-form`. See https://github.com/luxbock/evil-cleverparens

It would be nice if evil-goggles can briefly highlight the changes that the previous insert-mode made, right after leaving insert-mode.