summaryrefslogtreecommitdiff
path: root/modes
AgeCommit message (Collapse)Author
2021-02-03Buff-menu: Bind j & k explicitly0.0.5James Nguyen
2021-02-03Pass: Add pass-editJames Nguyen
2021-02-01internal function & mark ring fixTrey Peacock
corrected global marker check in mark ring
2021-01-31consult-evil-markTrey Peacock
Jump to evil markers in current buffer
2021-01-31Pass: Bind yf, yn and yuJames Nguyen
2021-01-31Pass: Add J for jumpingJames Nguyen
2021-01-30Magit: Rely on popup backup when reverting popups (#446)James Nguyen
2021-01-30Magit: Add submodule prefix back in after forge loads (#446)James Nguyen
2021-01-30vterm: add additional evil bindingsMichael Lingelbach
2021-01-28Company: Remove obsolete codeJames Nguyen
2021-01-28Company: FormatJames Nguyen
2021-01-28squash! fix: Stop inhibiting company popup when not in evil-moderandy1burrell
2021-01-28refactor: 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-28fix: Evil-collection inhibiting company popuprandy1burrell
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-28fix: Stop inhibiting company popup when not in evil-moderandy1burrell
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-24Magit: Declare more variables (#449)James Nguyen
2021-01-24add mpdel evil keybindsVonfry
2021-01-24Add scroll-lock (#358)James Nguyen
2021-01-24magit: (visual) set "y" to magit-copy-section-valueBenjamin Motz
2021-01-17Magit: Replace evil-define-key with evil-collection-define-keyJames Nguyen
2021-01-17Magit: Add more maps for rotation (#433)James Nguyen
2021-01-18add keybindings for mu4e-compose-modewangtianshu
2021-01-14Sly: Advise sly-eval-print-last-expressionJames Nguyen
Credits to nnoodle for implementation. For more details: https://github.com/emacs-evil/evil-collection/pull/441
2021-01-12Add quit-window binding to sly-xref-modeNoodles!
2021-01-10elfeed: Bind q, ZQ, ZZ to elfeed-search-quit-windowDavide 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-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-20add basic support for ripgrepSiddhartha
2020-12-19newsticker: add treeview bindingscondy
2020-12-18dictionary: "n" should be evil-search-nextcondy
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-07Suppress dictionary nonexistence errorcondy
2020-12-06consult: Add evil bindingsBrian Leung
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