summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-14Sly: Advise sly-eval-print-last-expressionsly-advice-1James Nguyen
Credits to nnoodle for implementation. For more details: https://github.com/emacs-evil/evil-collection/pull/441
2021-01-07elisp-mode: Binds gz to ielmcondy
2021-01-04Replace ZZ to ebib lowerVonfry
2021-01-04Magit: 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-04xref: Add bindings for xref--transient-buffer-modecondy
2021-01-02outline: Optionally enable keybindings in Outline minor modeJacob First
2021-01-01consult: remove support for now-deleted commandsBrian Leung
2021-01-01magit: make gj/gk behave consistentlyBenjamin Motz
Both should do the same thing, which is magit-section-{forward,backward}-sibling.
2020-12-27Put notmuch-common-keymap lastGerry 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-21Update notmuch binds to reflect changes in notmuchAbin Simon
2020-12-20drop copyright line as it's redundantSiddhartha
2020-12-20additional bindings in ripgrep modeSiddhartha
2020-12-20remove dictionary dependencySiddhartha
2020-12-20add basic support for ripgrepSiddhartha
2020-12-19newsticker: add treeview bindingscondy
2020-12-18dictionary: "n" should be evil-search-nextcondy
2020-12-18CI Badge: Travis -> Github ActionsJonathan Lai
2020-12-17edebug: "h" should behave the same as j, k, lBenjamin 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-17Delete .travis.ymlAbin Simon
2020-12-17Add github action for CIAbin Simon
2020-12-07Suppress dictionary nonexistence errorcondy
2020-12-06consult: Add evil bindingsBrian Leung
2020-12-06add dictionary as dependencySiddhartha
2020-12-06use g? for dictionary-helpSiddhartha
2020-12-06Add basic support for dictionary-modeSiddhartha
2020-12-03sh-script: add evil bindingscondy
2020-12-03go to next/previous result in occur mode with previewSiddhartha
2020-11-30Prodigy: Fix c-lJames Nguyen
2020-11-27Remove extra commasJames Nguyen
2020-11-27Magit: Fix a few more cases where binds aren't set (#407)James Nguyen
2020-11-25prodigy: add more keybindings to prodigy-view-mode from prodigy-modeDaniel Perez Alvarez
2020-11-25Tweak readme to account for evil-magit's inclusionJames Nguyen
2020-11-25Magit: Use kbd with S-SPC and S-DEL (#406)James Nguyen
2020-11-24Update latest changes to evil-magitJames Nguyen
Fix test failure in when testing original section bindings: + `((,(copy-keymap magit-file-section-map) "\C-j" magit-diff-visit-worktree-file) + (,(copy-keymap magit-hunk-section-map) "\C-j" magit-diff-visit-worktree-file))
2020-11-24Port over evil-magitJames Nguyen
2020-11-23unimpaired: exchange line0.0.4condy
2020-11-18Fix `require` callGoderich
2020-11-18Add racket-describeGoderich
A help mode to look up Racket documentation inside Emacs.
2020-11-15hackernews: revamped via read-only bindingscondy
2020-11-15guix: revamped via read-only bindingscondy
2020-11-15elfeed: revamped via read-only bindingscondy
2020-11-15helpful: revamped via read-only bindingscondy
2020-11-15dashboard: revamped via read-only bindingscondy
2020-11-15disk-usage: revamped via read-only bindingscondy
2020-11-15calc: revamped via read-only bindingscondy
2020-11-15process-menu: revamped via read-only bindingscondy
2020-11-15help: revamped via read-only bindingscondy
2020-11-15transmission: revamped via read-only bindingscondy
2020-11-15ztree: revamped via read-only bindingscondy
2020-11-15youtube-dl: revamped via read-only bindingscondy