evil-collection
evil-collection copied to clipboard
A set of keybindings for evil-mode
I had troubles commiting the changes but the code is here: ``` ;;; evil-collection-nxml.el --- Evil bindings for nxml -*- lexical-binding: t -*- ;; Copyright (C) 2023 Zhiwei Chen ;;...
When using C-g with corfu completion it deletes whatever was previewed in the buffer, but this does not happen when using evil-collection-corfu-quit-and-escape. evil-collection-corfu-quit-and-escape works when you dont try to scroll...
It seems that de0b62b604e87ce43e2adc9e09bcd5174e8b877a brought a regression I triggered this by requiring `'profiler`, which in turn triggered the `evil-collection-setup` call, which then triggered either the key definition hook or just...
I noticed a small bug when using [`pdf-tools`](https://github.com/vedang/pdf-tools) in combination with `evil-collection`. Using the following code in my init file (with `pdf-tools` already installed): ```emacs-lisp (use-package evil-collection :after evil :config...
https://www.gnu.org/software/emacs/manual/html_node/elisp/Database.html ``` sqlite-mode-delete sqlite-mode-list-columns sqlite-mode-list-tables sqlite-mode-list-data ``` Also see [xenodium/sqlite-mode-extras.el](https://github.com/xenodium/dotsies/blob/main/emacs/ar/sqlite-mode-extras.el)
[xenodium/chatgpt-shell](https://github.com/xenodium/chatgpt-shell)
Repo: https://github.com/nobiot/org-transclusion I'll do it when I have a moment, but I am mentioning it here just in case someone else is interested.
### Brief summary of what the package does Hi, This PR enables hiding cursor in minibuffer when a Helm session is active. I fixed the issue that was previously mentioned...
Building on [what I documented over in evil#852](https://github.com/emacs-evil/evil/issues/852#issuecomment-1507314319), I'd like to raise the idea that instead of defining alternatives to `evil-{change,delete}{,-line}` and so on for modes with partially read-only lines,...
When the command in the prompt line is so long that it wraps to multiple lines, movements such as `h`, `l`, `^`, and `$` IMHO behave unexpectedly. In normal terminal...