| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-03 | Buff-menu: Bind j & k explicitly0.0.5 | James Nguyen | |
| 2021-02-03 | Pass: Add pass-edit | James Nguyen | |
| 2021-02-01 | internal function & mark ring fix | Trey Peacock | |
| corrected global marker check in mark ring | |||
| 2021-01-31 | consult-evil-mark | Trey Peacock | |
| Jump to evil markers in current buffer | |||
| 2021-01-31 | Pass: Bind yf, yn and yu | James Nguyen | |
| 2021-01-31 | Pass: Add J for jumping | James Nguyen | |
| 2021-01-30 | Magit: Rely on popup backup when reverting popups (#446) | James Nguyen | |
| 2021-01-30 | Magit: Add submodule prefix back in after forge loads (#446) | James Nguyen | |
| 2021-01-30 | vterm: add additional evil bindings | Michael Lingelbach | |
| 2021-01-28 | Company: Remove obsolete code | James Nguyen | |
| 2021-01-28 | Company: Format | James Nguyen | |
| 2021-01-28 | squash! fix: Stop inhibiting company popup when not in evil-mode | randy1burrell | |
| 2021-01-28 | refactor: Simplify condition in `evil-collection-company-supported-p` | randy1burrell | |
| The complicated condition in `evil-collection-company-supported-p` from the previous commit got removed in favour of a new condition that check if `evil-mode` is not active and returns true. | |||
| 2021-01-28 | fix: Evil-collection inhibiting company popup | randy1burrell | |
| This update uses `evil-collection-company-supported-p` to handle the logic of showing company completions when `evil-mode` is active/inactive and in a supported buffer. If applied, this commit will: * Help `evil-collection` to determine supported states when `evil-mode` is active/inactive * Fix the bug caused by `evil-collection-company-supported-p` where it inhibits company completions from showing due to not being in `evil-mode` | |||
| 2021-01-28 | fix: Stop inhibiting company popup when not in evil-mode | randy1burrell | |
| Evil-collection package inhibits company from showing completions when evil-mode is switched off. This commit will fix it and only activate evil-collection advice for company-mode when in evil-mode. If applied, this commit will: * Allow `company-mode` to show completions when not in `evil-mode`. * Only activate `evil-collection` advice for `company-mode` when in `evil-mode`. * Fixes #451. | |||
| 2021-01-24 | Magit: Declare more variables (#449) | James Nguyen | |
| 2021-01-24 | add mpdel evil keybinds | Vonfry | |
| 2021-01-24 | Add scroll-lock (#358) | James Nguyen | |
| 2021-01-24 | magit: (visual) set "y" to magit-copy-section-value | Benjamin Motz | |
| 2021-01-17 | Magit: Replace evil-define-key with evil-collection-define-key | James Nguyen | |
| 2021-01-17 | Magit: Add more maps for rotation (#433) | James Nguyen | |
| 2021-01-18 | add keybindings for mu4e-compose-mode | wangtianshu | |
| 2021-01-14 | Sly: Advise sly-eval-print-last-expression | James Nguyen | |
| Credits to nnoodle for implementation. For more details: https://github.com/emacs-evil/evil-collection/pull/441 | |||
| 2021-01-12 | Add quit-window binding to sly-xref-mode | Noodles! | |
| 2021-01-10 | elfeed: Bind q, ZQ, ZZ to elfeed-search-quit-window | Davide Masserut | |
| elfeed binds `q` to `elfeed-search-quit-window` which saves the db and quit the window. As today we only close the window which may lead to data loss. | |||
| 2021-01-07 | elisp-mode: Binds gz to ielm | condy | |
| 2021-01-04 | Replace ZZ to ebib lower | Vonfry | |
| 2021-01-04 | Magit: Wrap rebase define-keys with (kbd) | James Nguyen | |
| Later we use lookup-key in this way: (lookup-key aux-map (kbd (car cmd))) which was slightly different from how we were defining the keymap which resulted in M-j & M-k not being bound or displayed properly. | |||
| 2021-01-04 | xref: Add bindings for xref--transient-buffer-mode | condy | |
| 2021-01-02 | outline: Optionally enable keybindings in Outline minor mode | Jacob First | |
| 2021-01-01 | consult: remove support for now-deleted commands | Brian Leung | |
| 2021-01-01 | magit: make gj/gk behave consistently | Benjamin Motz | |
| Both should do the same thing, which is magit-section-{forward,backward}-sibling. | |||
| 2020-12-27 | Put notmuch-common-keymap last | Gerry Agbobada | |
| Since all the other maps in `evil-collection-notmuch-maps` have notmuch-common-keymap as parent https://git.notmuchmail.org/git?p=notmuch;a=blob;f=emacs/notmuch-hello.el;h=fa31694ff0f79a7f2781849394390a673f75aade;hb=HEAD#l651 When `evil-collection-setup-hook` runs, if it changes keymaps using a `dolist` over `evil-collection-notmuch-maps`, then a binding might see 2 changes at once. See discussion here https://github.com/hlissner/doom-emacs/pull/4403#issuecomment-750907188 | |||
| 2020-12-21 | Update notmuch binds to reflect changes in notmuch | Abin Simon | |
| 2020-12-20 | drop copyright line as it's redundant | Siddhartha | |
| 2020-12-20 | additional bindings in ripgrep mode | Siddhartha | |
| 2020-12-20 | add basic support for ripgrep | Siddhartha | |
| 2020-12-19 | newsticker: add treeview bindings | condy | |
| 2020-12-18 | dictionary: "n" should be evil-search-next | condy | |
| 2020-12-17 | edebug: "h" should behave the same as j, k, l | Benjamin Motz | |
| j, k, l are used for navigation in edebug-mode and so should do h. However, currently it performs "edebug-goto-here", which is also bound to H. | |||
| 2020-12-07 | Suppress dictionary nonexistence error | condy | |
| 2020-12-06 | consult: Add evil bindings | Brian Leung | |
| 2020-12-06 | use g? for dictionary-help | Siddhartha | |
| 2020-12-06 | Add basic support for dictionary-mode | Siddhartha | |
| 2020-12-03 | sh-script: add evil bindings | condy | |
| 2020-12-03 | go to next/previous result in occur mode with preview | Siddhartha | |
| 2020-11-30 | Prodigy: Fix c-l | James Nguyen | |
| 2020-11-27 | Remove extra commas | James Nguyen | |
| 2020-11-27 | Magit: Fix a few more cases where binds aren't set (#407) | James Nguyen | |
| 2020-11-25 | prodigy: add more keybindings to prodigy-view-mode from prodigy-mode | Daniel Perez Alvarez | |
