| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix: show corfu popup when in insertable state
|
|
|
|
Evil's visual-mode does not know how to select text within a PDF, and
instead selects the entire pdf image, which is useless and
counterintuitive - see doomemacs/doomemacs#6286,
emacs-evil/evil-collection#683.
|
|
Evil users expect to be able to yank to named registers, but pdf-view
only gives us `pdf-view-kill-ring-save'. So we implement our own version
of evil-yank for pdf-view buffers.
|
|
|
|
These bindings were recently re-added to mu4e in 1.12.2 so we don't need
to define them ourselves anymore for that version and later.
|
|
|
|
|
|
|
|
This commit adds a few commands to the mu4e-thread-mode-map. The purpose
is to bind these commads to the normal state map so that they don't get
overridden by motion state commands.
|
|
The commands `mu4e-compose-begin` and `mu4e-compose-end` were removed in
commit
https://github.com/djcb/mu/commit/85bfe763362b95935a3967f6585e14b3f9890a70
of version 1.12.0 of mu. This commit re-adds these commands to the evil
collection for mu4e.
|
|
|
|
Corfu already binds up/down in emacs state, but not in insert state.
Normally this is not a problem, but when using corfu in comint-mode like
with chatgpt-shell, up/down moves in the history instead of moving in
the corfu completions.
|
|
|
|
Closes: #776
|
|
[This upstream commit](https://github.com/progfolio/elpaca/commit/039ae35a573af904e425b95e1cf0401e3f43537b) has renamed the `-update` commands to `-merge`.
|
|
evil-collection-vterm-append doesn't work, and evil-collection-vterm-append-line
doesn't correctly display where the cursor is located. This fixes both
issues.
|
|
Corfu uses the emacs definition of scroll-up (moving the text down) which is
inverted to what vim uses.
|
|
Implements evil's "replace" operator ("r") for vterm.
|
|
|
|
|
|
|
|
A new commit in `corfu` changes the signature of `corfu--teardown`, this PR fixes that.
## Ref
https://github.com/emacs-evil/evil-collection/pull/767#issuecomment-1875366132
|
|
|
|
|
|
Since it's already not intentionally ordered (e.g alphabetical),
matching upstream's order helps when eyeballing additions.
|
|
Matches cider's existing keybindings on `cider--debug-mode-map`
|
|
|
|
|
|
mu4e-headers-toggle-property replaced the following three toggle
commands (which are now aliases for the new command) in v1.9.5. It
provides its own menu with a key binding for each property, so bind it
to a one-key binding.
The obsolete command bindings are not removed because mu4e is typically
installed with mu via the system package manager and is therefore harder
to upgrade than a typical Emacs package. mu4e-headers-toggle-property
was also renamed to mu4e-search-toggle-property in 1.9.11, but the old
name (which remains as an alias) is preferred for the same reason.
|
|
* fix name incompatible
* add S to stage current hunk
|
|
helm-occur-mode/helm-grep-mode
|
|
On top of reverting the change, it relies on an intern backport of the
old evil-delay macro to avoid issues with CI.
|
|
|
|
|
|
|
|
|
|
|
|
See https://github.com/emacs-evil/evil/commit/44add36e972ed22ded6cb89654986e80d1d8989e
|
|
it removes non-existing (possibly deprecated) commands and fixes the
keybinding for `embark-select` - toggle candidate selection in
embark-collect buffer
|
|
|
|
|