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
trafficstars

Anyone else encountered this? ``` evil-collection: error setting key in magit-status-mode-map (error "Key sequence g p u starts with non-prefix key g p") evil-collection: error setting key in magit-status-mode-map (error...

### Brief summary of what the package does This adds a binding to eglot for xref-find-definitions-other-frame

I have the following corfu and evil-collection setup. ```(use-package! corfu :bind (:map corfu-map ("C-c" . corfu-quit)) :custom (corfu-cycle t) ;; Enable cycling for `corfu-next/previous' (corfu-auto t) ;; Enable auto completion...

`evil-collection-mu4e.el` is a little broken since part of the code relies on compatibility wrappers when accessing mu4e's internal functions and variables, and part of the code just accesses them directly....

### Brief summary of what the package does Adds normal state bindings for [crdt.el](https://code.librehq.com/qhong/crdt.el)'s menu modes. These modes have default bindings which work as expected when in insert state, but...

Hi there, Thanks for providing very handy keybingings in `calendar` with `evil-collection-calendar`! But when it comes to calender with `org-roam-dailies-goto-date` it seems not working, is there a way to enable...

Hello. These commands `mu4e-compose-goto-top` and `mu4e-compose-goto-bottom` have been removed in the latest release of `mu4e` but are still referenced by the package. Also referencing a Doom Emacs PR re-adding these...

I found it rather surprising that 'gg' and 'G' don't work to navigate a dired buffer in normal mode, while other motion keys do work. I think perhaps the change-mode...

Just an FYI that I've changed quite a few of Elpaca's UI mode bindings. This actually makes evil compatibility a little easier (I've just switched over to using make-intercept-map for...