summaryrefslogtreecommitdiff
path: root/modes
AgeCommit message (Collapse)Author
2024-03-06corfu: bind up/down in insert stateStrawberryTea
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.
2024-03-06cider: forward declare cider-use-xrefcondy
2024-03-06CIDER: Only use cider-find-var when cider-use-xref is nilCássio Ávila
Closes: #776
2024-03-06evil-collection-elpaca-setup: update -> mergeasymmetric
[This upstream commit](https://github.com/progfolio/elpaca/commit/039ae35a573af904e425b95e1cf0401e3f43537b) has renamed the `-update` commands to `-merge`.
2024-02-24vterm: Visual consistency for appendMiguel
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.
2024-02-24Fix corfu-scroll-up/-down being invertedGhosty
Corfu uses the emacs definition of scroll-up (moving the text down) which is inverted to what vim uses.
2024-02-05vterm: implement replaceSteven Allen
Implements evil's "replace" operator ("r") for vterm.
2024-01-18mu4e: Remove superfluous quoteshokomo
2024-01-05Add bindings for new vundo diff operations.Felix Dick
2024-01-05Fix typoGongqi Huang
2024-01-03Fix `corfu--teardown` signature (backward compatible)Abdelhak Bougouffa
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
2023-12-25Fix the new `corfu--setup` signature (backward compatible)Abdelhak Bougouffa
2023-12-19fix bufler RET keybindVonfry
2023-12-17refactor(cider): match cider-debug.el command orderSamuel Tschiedel
Since it's already not intentionally ordered (e.g alphabetical), matching upstream's order helps when eyeballing additions.
2023-12-17feat(cider): add force-out, inspect-prompt, traceSamuel Tschiedel
Matches cider's existing keybindings on `cider--debug-mode-map`
2023-12-16magit, forge: Enable lexical-bindingcondy
2023-12-16bufler: initVonfry
2023-10-19mu4e: add mu4e-headers-toggle-propertyLiam Hupfer
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.
2023-10-06diff-hl: fix name incompatible (#758)JiaweiChenC
* fix name incompatible * add S to stage current hunk
2023-10-02helm: replace helm-moccur-* with helm-occur-*, add support for ↵vhqr0
helm-occur-mode/helm-grep-mode
2023-09-14Normalize keymaps when eglot hook runs (#744)James Nguyen
2023-09-04all continue-all in cider-debug modebo-tato
2023-08-28ement: add directory-mode bindings, forget/leave room-list bindingsNicholas Vollmer
2023-08-28beginend: declare functionscondy
2023-08-08removes non-existing commandsAg Ibragimov
it removes non-existing (possibly deprecated) commands and fixes the keybinding for `embark-select` - toggle candidate selection in embark-collect buffer
2023-07-25consult: Use consult--line-with-markcondy
2023-07-25mu4e: add support for visual actions in header viewNicolas Wavrant
2023-07-25Set local-buffer value for evil-shift-widthFrédéric Giquel
2023-07-02evil-collection-elpaca-setup: update command nameNicholas Vollmer
elpaca-ui-mark-install has been replaced upstream by elpaca-ui-mark-try.
2023-06-15mu4e: fix mu4e--main-toggle-main-sending-mode function nameAdam Maleszka
2023-06-14Fix typo in ement.elDavid Wilson
I noticed this typo in the new ement.el module just after it got merged.
2023-06-14Add ementNicholas Vollmer
2023-06-14docker: add 'docker-context-*' bindings (#735)edgar-vincent
* evil-collection-docker.el: add 'docker-context-*' bindings * evil-collection-docker.el: adjust 'evil-collection-docker-maps'
2023-05-31minibuffer: fix typovhqr0
2023-05-01vterm: allow moving the cursor backwards when exiting insert stateJakub Kadlcik
See #719
2023-05-01Update evil-collection-vc-git.elDiego Alvarez
Add a few commands for the git log view
2023-04-30mu4e: fix byte-compiler error.Milan Glacier
2023-04-30mu4e: make `}` and `{` move between threads.Milan Glacier
2023-04-30mu4e: clean up code.Milan Glacier
2023-04-30Add compatability with mu4e 1.8.Milan Glacier
2023-04-30Add docstrings to satisfy checkdocMichael Eliachevitch
2023-04-30Adapt evil-collection-mu4e for latest mu4e development versionTim Cross
Changes taken from Tim Cross <theophilusx@gmail.com> (@theophilusx) in https://github.com/emacs-evil/evil-collection/issues/695#issuecomment-1437577481.
2023-04-20vertico: fix scroll direction of C-u/C-dvhqr0
2023-03-12Declare functionsJames Nguyen
2023-03-12Tweak elpaca (#715)James Nguyen
2023-03-12Use elpaca-ui-visitJames Nguyen
2023-03-11Bind elpaca-ui-visitJames Nguyen
2023-03-10Add R for renameJames Nguyen
2023-03-09Remove pdf workaround (#152)James Nguyen
2023-03-09Tweak0.0.9James Nguyen