| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-29 | Silence package-lint warnings | Youmu | |
| * magit-section * org-roam * No period in snippet | |||
| 2022-04-28 | Add org-roam | James Nguyen | |
| 2022-04-28 | Add magit-section | James Nguyen | |
| (Hopefully this doesn't conflict with magit.) | |||
| 2022-04-28 | Fix snippet | James Nguyen | |
| 2022-04-28 | vterm: add vterm-substitute and vterm-substitute-line | Jakub Kadlcik | |
| I baesd the implementation on `evil-substitute` and `evil-change-whole-line`. | |||
| 2022-04-25 | info: Add "g," as a keybinding for `Info-index-next' (#619) | msaher | |
| 2022-04-24 | backspace for tty users | condy | |
| 2022-04-19 | readme.org -> README.org | Youmu | |
| 2022-04-17 | minibuffer: cc fix | condy | |
| 2022-04-15 | Add bindings for the new help-mode commands | 0x28 | |
| 2022-04-15 | Run emms setup hook later | James Nguyen | |
| 2022-04-15 | Delay running `evil-collection-setup-hook` for modes like eshell (#602) | James Nguyen | |
| 2022-04-14 | Remove comment | James Nguyen | |
| 2022-04-14 | Tweak | James Nguyen | |
| 2022-04-14 | Tweak | James Nguyen | |
| 2022-04-14 | Add a section on how to write a new binding | James Nguyen | |
| 2022-04-14 | Indent everything using emacs formatter | James Nguyen | |
| 2022-04-14 | Add yasnippet template | James Nguyen | |
| 2022-04-14 | Add extra packages to load magit from (#510) | James Nguyen | |
| 2022-04-14 | Magit: Change motion states to normal | James Nguyen | |
| 2022-04-14 | Add keyword for vundo | James Nguyen | |
| 2022-04-14 | Add vundo | James Nguyen | |
| e.g. (use-package vundo :ensure t :straight (vundo :type git :host github :repo "casouri/vundo") :commands (vundo) :config (setq vundo-compact-display t)) | |||
| 2022-04-14 | Format | James Nguyen | |
| 2022-04-14 | Use evil-delay when translating minor mode keys | James Nguyen | |
| 2022-04-14 | Sort magit maps to allow key translation to work (#433) | James Nguyen | |
| 2022-04-13 | Add evil-collection-translate-minor-mode-key (#498) | James Nguyen | |
| 2022-04-13 | Add corfu (#552) | James Nguyen | |
| 2022-04-13 | Add ZZ/ZQ bindings to eldoc & restclient | James Nguyen | |
| 2022-04-13 | Add eldoc (#551) | James Nguyen | |
| 2022-04-12 | flymake: update copyright year | condy | |
| 2022-04-12 | Adds goto next and previous flymake bindings | jgart | |
| 2022-04-11 | ebib: change mapping for "y" in ebib-entry-mode. | Ahnaf Al Rafi | |
| Change mapping for "y" in ebib-entry-mode to "ebib-copy-current-field-contents" instead of "ebib-copy-field-contents" since the latter is not a command. | |||
| 2022-04-11 | Enable Emacs 27.2/28.1 in CI | condy | |
| 2022-04-02 | embark: add more keybinds to embark-collect-mode (#606) | Tianshu Wang | |
| 2022-04-02 | magit: fix tests | condy | |
| 2022-03-14 | Use transient's definition macros by their new names | Jonas Bernoulli | |
| See https://github.com/magit/transient/issues/192. | |||
| 2022-03-06 | Bind other Selectrum commands. | okamsn | |
| Bind commands: - `selectrum-next-group` - `selectrum-previous-group` - `selectrum-goto-end` - `selectrum-goto-beginning` - `selectrum-kill-ring-save` | |||
| 2022-03-02 | Add hint on passing a list to evil-collection-init | jgart | |
| 2022-02-28 | atomic-chrome: Initial support | condy | |
| 2022-02-22 | docker: Update bindings according | Philippe Vaucher | |
| 2022-02-22 | bookmark: bind 's' to bookmark-bmenu-search | condy | |
| 2022-02-21 | Make ibuffer bindings consistent with dired | Philippe Vaucher | |
| 2022-02-21 | mu4e: use newly-renamed functions as aliases when appropriate | Brian Leung | |
| This accommodates everyone using a version of mu4e shipped with their package manager's installation of mu. | |||
| 2022-02-17 | mu4e: update new function names of mu4e's main-action-str and main-view-queue | DungxNguyen | |
| 2022-02-17 | ci: Ignore warnings about wide docstring | condy | |
| 2022-02-16 | forge: restore defaults bindings for magit-branch | Frédéric Giquel | |
| 2022-02-09 | Remap basic Evil character and line commands instead of listing key bindings. | okamsn | |
| Do this for Doc View mode and Image mode. | |||
| 2022-02-08 | simple-mpc: initial support (#588) | josephmturner | |
| 2022-01-24 | dashboard: remove redundant bindings | condy | |
| 2022-01-23 | Avoid binding escape to bury-buffer and quit-window | Steven Allen | |
| Escape usually means to: 1. Return to normal mode. 2. Abort the minibuffer. By binding it to quit-window (or equivalent), hitting escape a few times to exit a (potentially recursive) minibuffer, etc. can cause buffers to vanish. It's also: 1. Inconsistently applied. 2. Redundant with "q" (which is consistently applied). | |||
