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

A set of keybindings for evil-mode

Results 58 evil-collection issues
Sort by recently updated
recently updated
newest added

When using company completion, if you open the doc buffer (`C-h`) then`company-active-map` will loose priority to `evil-insert-state-map`. This means that keys like `C-n`, `C-p`, and `C-k` no longer work for...

Press ? in `magit-status` gives the following in which some keybindings are wrong: for example, Discard should be `x` instead of `k`; Reset should be `O` instead of `X` `magit-version`...

Hi, What do you think of having an html website that renders all the keybindings in tables [README.org](https://github.com/emacs-evil/evil-collection/pull/657) nicely? I was thinking like what spacemacs has for their layers: https://develop.spacemacs.org/doc/QUICK_START.html#describe-functions...

`mu` and `mu4e` have been updated to version 1.8.x. See https://github.com/djcb/mu/blob/release/1.8/NEWS.org. When I start `mu4e`, I get the following error with `evil-collection`: ``` Debugger entered--Lisp error: (search-failed "quit") re-search-forward("quit") evil-collection-mu4e-replace-region(#("\11*...

Hi, can we support `org-todo` mapped to `t`? I'd prefer to not have to install and configure evil-org and instead just use evil-collection. This is my "killer mapping" from `evil-org`.

The following PR seems to have introduced a bug: https://github.com/emacs-evil/evil-collection/pull/638 After appending, the cursor will visually show the correct position, but as soon as you start typing it basically inserts...

vundo by default hides the cursor in the vundo-tree buffer. evil-mode prevents that somehow. Is there a way to avoid this? Thanks

This is an example of some additional configuration points I was thinking of. For example, corfu has a defcustom evil-collection-corfu-key-themes, we could plug that in like this as another configuration...

Follow up to: https://github.com/emacs-evil/evil-collection/commit/d97e6d52c4ae99dbb96374015ff551bd50a370c7 Creating an issue to better track the discussion, @noctuid > I think evil-collection is stuck with evil-collection-define-key, but maybe this will be useful for other libraries....