Commit Graph

1325 Commits

Author SHA1 Message Date
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
Dominik Honnef 30c851ef48 unimpaired: turn functions into proper motions
Use evil-define-motion macro, which sets :motion repeat, set :jump t,
and add support for counts.
2021-12-17 09:03:42 +08:00
Justin Burkett 88242de2a6 Prevent forge from binding default keys
evil-collection handles this, and the default bindings produce an error message
on startup.
2021-12-16 05:15:30 -08:00
pspiagicw 1b9d5c5d93 Change "gn"/"gp" to "gj"/"gk". 2021-12-09 06:19:37 +08:00
pspiagicw 297007d61d Added linting changes 2021-12-09 06:19:37 +08:00
pspiagicw c004fcc7db Added Smerge Mode Bindings 2021-12-09 06:19:37 +08:00
Sebastian Arlund Nørgaard f13e50462a consult: implement jump-list command 2021-12-07 02:00:29 +08:00
Sebastian Arlund Nørgaard f5cc6d53ec consult: remove unnecessary use of advice
Since the advice is only added for the duration of a function call we
can simply let-bind the overridden function instead.
2021-12-07 02:00:29 +08:00
condy 96ef16b3a0 eshell: remove M-h/M-u bindings
In most terminal, M-u/M-l can be used to convert cases of word
2021-11-20 12:08:54 +08:00
condy a81b6c8f55 eshell: escape doesn't move cursor back 2021-11-20 12:08:33 +08:00
condy 652d74acfb scheme: use standard keywords 2021-11-14 15:02:42 +08:00
condy 838f609899 scheme: initial support
Fix #546
2021-11-14 14:56:45 +08:00
Pavel Novichkov f74757550e Mu4e: Fix name of command for saving attachments 2021-11-12 13:02:50 +08:00
James Nguyen 33461aa545 Add support for forge 2021-11-11 12:33:37 -08:00
condy 9e47d61bdf org: initial support 2021-10-29 02:51:05 +08:00
Tianshu Wang 63d84ff4bd 2021-10-28 17:42:46 +08:00
condy 1d296af2ec markdown: bind RET to markdown-do 2021-10-24 22:17:03 +08:00
condy c878a5ba41 evil-collection: keep supported modes in lexicographical order 2021-10-23 23:51:40 +08:00
Tianshu Wang d0840ad465 Update evil-collection-vertico.el 2021-10-16 03:01:39 +08:00
Tianshu Wang 228db9d5f6 use correct function 2021-10-16 03:01:39 +08:00
Tianshu Wang 2185798025 use esc to quit vertico 2021-10-16 03:01:39 +08:00
Kisaragi Hiu 6709c1ec41 vertico: add initial support 2021-10-08 01:22:51 +08:00
condy bc5a02ed85 devdocs: bind C to devdocs-copy-url 2021-10-03 22:58:44 +08:00
Alexis 4ad1131fa1 evil-collection-ebuku: Add binding for `ebuku-copy-url`. 2021-10-01 20:09:00 +08:00
condy 03d80be41b consult: drop the redundant requires
All functions are autoloaded. Fix #539
2021-10-01 00:22:16 +08:00
condy 74f8c302ab package: bind package-browse-url when available 2021-09-27 04:19:11 +08:00
condy d46fd0fe5a diff-hl: initial support 2021-09-23 23:21:31 +08:00