Commit Graph

1351 Commits

Author SHA1 Message Date
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
Brian Leung 95b246e8fb beginend: fix autoload cookie 2021-09-22 18:38:00 +08:00
Brian Leung 7247e864fa beginend: evil-collection-beginend-maps -> [...]-modes, and iterate 2021-09-22 18:38:00 +08:00
condy dc2f7922df newsticker: use M-j/M-k to avoid confusion 2021-09-21 05:54:23 +08:00
condy d65bdedb52 devdocs: follow upstream 2021-09-19 22:58:53 +08:00
condy 665b6326fe Emacs 25 cleanup 2021-09-18 07:07:07 +08:00
condy 1acc80b8bd calendar: setup org bindings on demand
Fix #518
2021-09-18 04:13:07 +08:00
Balaji Sivaraman a053a47b9e beginend: ensure num-prefixed motions do not break when enabled 2021-09-17 00:26:50 +08:00
Frédéric Giquel 40b097825d yaml: basic support 2021-09-16 16:58:13 +08:00
Brian Leung 8a75a03656 comint: Bind comint-kill-input to C-u
In Vim insert mode, C-u deletes to the beginning of the line, so we
make an analogous binding for comint buffers.
2021-09-12 16:59:27 +08:00
Balaji Sivaraman a3e7ad3b0d selectrum: add initial support 2021-09-12 16:21:12 +08:00
Balaji Sivaraman 124fcaf5e3 beginend: add basic support 2021-09-12 16:04:53 +08:00
Andrew Fontaine 836af920be mu4e: update binding for attachment actions
As part of the move to the gnus viewer for emails, the command name has been
changed from `mu4e-view-attachment-action` to `mu4e-view-mime-part-actions`.

https://github.com/djcb/mu/issues/2101#issuecomment-903074743
2021-09-12 13:59:40 +08:00
condy c6fad86d94 fanyi: follow upstream 2021-09-10 15:18:11 +08:00
condy 869d056dca dictionary: remove redundant evil bindings 2021-09-04 16:30:26 +08:00
condy 6c0b1f1c15 buff-menu: remove redundant evil bindings 2021-09-04 16:30:26 +08:00
MaxCan-Code 7c2cb5ad5a [Info]: fix bind syntax 2021-09-04 16:19:41 +08:00
MaxCan-Code c35694ec74 [Info]: remap `Info-history` and `Info-goto-node`
> "gd" does not match the rationale of "go to definition"
* `Info-goto-node` bound to `g` in emacs Info mode, bind to `g G` instead
* `L` taken by evil, `g L` for `Info-history` instead
2021-09-04 16:19:41 +08:00
MaxCan-Code d3b417af88 [Info]: remove normal mode override
no longer needed after https://github.com/emacs-evil/evil/issues/1488
2021-09-04 16:19:41 +08:00
MaxCan-Code 9ed1e40aa6 [Info]: remove visual mode override
no longer needed after https://github.com/emacs-evil/evil/issues/1488
2021-09-04 16:19:41 +08:00
condy a798f63983 fixup! Mention the assumption in README 2021-09-04 16:18:30 +08:00
condy 89eeba0ecc Mention the assumption in README 2021-09-04 16:14:14 +08:00
Youmu 583ae5a106 Use cask/setup-cask 2021-09-02 00:28:16 +08:00
Abin Simon cc51e0537e Change depricated cask installation method 2021-09-02 00:28:16 +08:00
mosquito-magnet 940dfe91aa fix use-z-for-folds also in magit-mode-map
Keybinding for magit-mode-map has also changed, Z is now magit-worktree
instead of magit-stash. Remap it to magit-stash. Magit-worktree still
has its old mapping to %.
2021-08-26 10:36:10 +08:00