Commit Graph

1351 Commits

Author SHA1 Message Date
James Nguyen 4edcbf4cc2 Add keyword for vundo 2022-04-14 11:05:32 -04:00
James Nguyen 535ad8dc52 Add vundo
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 11:00:51 -04:00
James Nguyen 1c42b423f9 Format 2022-04-14 10:16:13 -04:00
James Nguyen ff9ae709ca Use evil-delay when translating minor mode keys 2022-04-14 10:15:50 -04:00
James Nguyen 646fbe11c8 Sort magit maps to allow key translation to work (#433) 2022-04-14 10:09:17 -04:00
James Nguyen b1c37b8ad0 Add evil-collection-translate-minor-mode-key (#498) 2022-04-13 23:51:50 -04:00
James Nguyen ceac1a9681 Add corfu (#552) 2022-04-13 22:50:36 -04:00
James Nguyen 7d593ab285 Add ZZ/ZQ bindings to eldoc & restclient 2022-04-13 11:32:02 -04:00
James Nguyen d9b9381eb3 Add eldoc (#551) 2022-04-13 11:28:07 -04:00
condy 86abadd96c flymake: update copyright year 2022-04-12 14:46:58 +08:00
jgart f016b5135f Adds goto next and previous flymake bindings 2022-04-12 14:07:45 +08:00
Ahnaf Al Rafi 4e9468d1db ebib: change mapping for "y" in ebib-entry-mode.
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 13:51:48 -07:00
condy 3afb423e8e Enable Emacs 27.2/28.1 in CI 2022-04-11 18:35:16 +08:00
Tianshu Wang 8342a50830
embark: add more keybinds to embark-collect-mode (#606) 2022-04-02 16:02:11 +08:00
condy ecc4ecc288 magit: fix tests 2022-04-02 15:57:34 +08:00
Jonas Bernoulli e557188692 Use transient's definition macros by their new names
See https://github.com/magit/transient/issues/192.
2022-03-14 08:59:04 -07:00
okamsn a9c4545f41 Bind other Selectrum commands.
Bind commands:
- `selectrum-next-group`
- `selectrum-previous-group`
- `selectrum-goto-end`
- `selectrum-goto-beginning`
- `selectrum-kill-ring-save`
2022-03-06 14:09:36 +08:00
jgart 412a908104 Add hint on passing a list to evil-collection-init 2022-03-02 12:11:29 -08:00
condy 017ec2a63d atomic-chrome: Initial support 2022-02-28 07:05:43 +08:00
Philippe Vaucher 2dc6b5e56a
docker: Update bindings according 2022-02-22 19:04:01 +08:00
condy 5881268e93 bookmark: bind 's' to bookmark-bmenu-search 2022-02-22 18:56:42 +08:00
Philippe Vaucher b6d46d3fd2 Make ibuffer bindings consistent with dired 2022-02-21 12:14:51 +08:00
Brian Leung 260842f096 mu4e: use newly-renamed functions as aliases when appropriate
This accommodates everyone using a version of mu4e shipped with their
package manager's installation of mu.
2022-02-21 12:08:48 +08:00
DungxNguyen 081a9f423e
mu4e: update new function names of mu4e's main-action-str and main-view-queue 2022-02-17 02:57:59 +08:00
condy 3237683c27 ci: Ignore warnings about wide docstring 2022-02-17 02:52:12 +08:00
Frédéric Giquel d5403bb112 forge: restore defaults bindings for magit-branch 2022-02-16 06:48:54 -08:00
okamsn 1959625fca Remap basic Evil character and line commands instead of listing key bindings.
Do this for Doc View mode and Image mode.
2022-02-09 13:37:03 +08:00
josephmturner 2e9ce571d2
simple-mpc: initial support (#588) 2022-02-08 20:12:35 +08:00
condy e69abfcb1c dashboard: remove redundant bindings 2022-01-24 10:25:47 +08:00
Steven Allen ffe4f66d43 Avoid binding escape to bury-buffer and quit-window
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).
2022-01-23 04:43:56 -08:00
condy e8d1eb117a Use default v/V for magit revert action
Fixes #571

Co-authored-by: Micah Buckley-Farlee <micah@super.mx>
2022-01-23 15:03:13 +08:00
John McFarland 5cc50418d0 Set readonly bindings for compilation mode 2022-01-18 08:49:07 +08:00
condy dbfe2d7d22 forge: compatible with MELPA stable version
Fix #576
2022-01-16 15:51:06 +08:00
condy 081e2ba130 Update pull request template 2022-01-14 14:33:04 +08:00
condy ed4986fc55 mpc: define evil-collection-mpc-setup 2022-01-14 14:15:51 +08:00
condy 289cde2f96 Add pull request template 2022-01-14 11:14:49 +08:00
condy e1a3780ebd mpc: provide evil-collection-mpc 2022-01-14 10:58:52 +08:00
condy 3f5ff30b0e xwidget: mimic vimium 2022-01-14 10:47:18 +08:00
Zero King a8a12c6290 Add mpc to supported-modes 2022-01-14 04:19:08 +08:00
Michael Eliachevitch 0ce1ea96b4 Fix typo in docstring 2022-01-11 02:46:56 +08:00
Janek e6be41bed7 Fix C-u scroll in magit config 2022-01-04 21:29:02 +08:00
jgart 72735fb733 deadgrep: Add gj and gk bindings 2021-12-29 08:38:38 +08:00
Dominik Honnef adb7e1d15c notmuch: use notmuch-tree-archive-thread-then-next in tree view
Default notmuch keymaps bind A to
notmuch-tree-archive-thread-then-next in both notmuch-show-mode and
notmuch-tree-mode.
2021-12-28 21:40:37 +08:00
condy f78156db21 ztree: setup keybindings after loading ztree-dir 2021-12-20 17:33:19 +08:00
condy f31162b253 emoji: initial support 2021-12-19 23:27:54 +08:00
condy e9861e56d1 README: disable org-indent-mode unconditionally 2021-12-19 21:13:00 +08:00
pspiagicw b2993138c0
Mpc mode (#568)
* Added MPC Mode Bindings

* Linting Changes for MPC Mode

* Added mpc-playlist command

* Swaped j/k for C-j/C-k for mpc mode.
2021-12-18 22:15:45 +08:00
pspiagicw 6d08edc318
company: Ctrl x bindings (#558)
* Added Ctrl-X Keybindings for Company Mode

* Linting Changes

* Added custom variable , removed company-dict function

* Added type to defcustom

* Fixed variable name

* Added declare-function and changed custom variable name

* Added declare-function and changed custom variable name

* Added declare-function for company-begin-backend
2021-12-18 17:52:31 +08:00
Vonfry 76157b95dd Add ebib-jump-to-entry 2021-12-17 16:35:11 +08:00
Philippe Vaucher dfd65acafe Bind evil-mc-cursors-map to `g.` 2021-12-17 14:17:18 +08:00