evil-collection
evil-collection copied to clipboard
A set of keybindings for evil-mode
since this commit https://github.com/djcb/mu/commit/d5129052df2b1db020465f84ec9c180a3e980405
I can't navigate using `C-n` (should be bound to `vertico-next`) and `C-p` (should be bound to `vertico-previous`). I don't know where to begin debugging this, so let me know what...
message buffer showing the following error with the key mapping related to vterm-mode binding to a function **evil-collection-vterm-toggle-send-escape** ``` evil-collection: error setting key in vterm-mode-map (error "Key sequence C-c C-z...
Hi, I am trying to set up some keybindings for the minor mode 'vtable-header-mode' (used by [activities.el](https://github.com/alphapapa/activities.el) when using `activites-list`), and I am facing the issue that I cannot seem...
This adds arguments `show-local` and `show-global` to `evil-collection-consult--evil-mark-ring` allowing you to create these consult lists: - `M-x evil-collection-consult-mark-global`: List uppercase marks for all open buffers. - `M-x evil-collection-consult-mark-buffer-local`: List lowercase...
mu4e-search-query was introduced in mu4e v1.12.0: - New command ~mu4e-search-query~ (bound to =c=) which lets you pick a query (from bookmark / maildir shortcuts) with completion in main / headers...
Hi, I keep running into this issue when I H or W on an image with evil-collection. I'd be happy to contribute a pull request, but I'm not sure which...
Getting an error when using evil-collection with python: ``` File mode specification error: (error Autoloading file /nix/store/4dxx3kdl76zqf6a42flvf3wi89sfj927-emacs-packages-deps/share/emacs/site-lisp/elpa/evil-collection-20241011.2043/modes/python/evil-collection-python.elc failed to define function python-ts-mode) ``` If I turn off collection, it works,...