Commit Graph

1066 Commits

Author SHA1 Message Date
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
mosquito-magnet 53a76e15df magit: fix use-z-for-folds
magit-worktree has been moved from "%" to "Z" in transient prefix
magit-dispatch in commit 9bec1c54ab0705eb68ae4aa6c8a0498999a018f6.

When mapping magit-stash to Z in magit-dispatch due to
evil-collection-magit-use-z-for-folds, first move magit-worktree back to
its original keybinding to avoid collision.
2021-08-26 10:36:10 +08:00
Kevin Brubeck Unhammer 47bc8571a6 Bind `[6' and `]6' to encode/decode base64
Closes #521
2021-08-26 10:23:45 +08:00
condy 0a836facbc Info: bind RET 2021-08-24 06:12:03 +08:00
condy 3d990ce63e markdown: basic support
close #516
2021-08-16 18:10:55 +08:00
condy 474ec76d96 calendar: fix undefined variable error 2021-08-16 15:52:23 +08:00
condy 19583f8dd8 fanyi: update commands with upstream 2021-08-16 06:10:17 +08:00
condy dbbe017404 fanyi: initial support 2021-08-11 01:15:48 +08:00
Ville-Markus Yli-Suutala ad26020295 debug: added bindings for toggling multi-line 2021-08-07 03:08:47 +08:00
Daanturo 2c6e47e009 Setup wgrep in grep for when featurep fails
Especially for straight.el.
2021-08-05 22:08:33 +08:00
condy 8d10ad4ea5 Drop Emacs 25 support 2021-07-21 22:54:48 +08:00
Brian Leung 14f1753979 consult: add :jump command property to consult-org-heading 2021-07-21 12:27:05 +08:00
Brian Leung f0b59e5466 consult: add :jump command property to consult-imenu 2021-07-21 12:27:05 +08:00
Vonfry 7908a308b3 Modify telega keybinding for copy and reply
yy and yl is conflicted with the evil yank commands.
Reply is more common than forword and r is reply in default of telega.
2021-07-18 12:41:02 +08:00
Davide Masserut 3bd5e90acc image: add zoom bindings 2021-07-15 23:52:26 +08:00
condy 9be3805b60 unimpaired: paste with preserving indentation 2021-07-10 08:58:12 +08:00
condy 151ff6126f unimpaired: goto prev/next SCM conflict marker 2021-07-10 08:08:41 +08:00
condy fd56723cb4 unimpaired: goto first/last error 2021-07-10 06:56:33 +08:00
condy 8213a9be94 magit: fix search repeat in magit-blame
close #502
2021-07-10 04:17:30 +08:00
condy 25c395a175 tuareg: initial support 2021-07-10 03:51:10 +08:00
condy 5bfc677de0 newsticker: fix C-j behavior 2021-07-10 00:41:20 +08:00
condy 6a23a59782 company: remove evil-collection-company-use-tng flag 2021-07-07 12:29:32 -07:00
condy d97e0ff4af magit: properly bind escape key 2021-07-08 02:27:39 +08:00
tpeacock19 d8d8b13c3e fix default mark-ring for evil-collection-consult-mark 2021-07-07 12:05:37 +08:00
Trey Peacock 85dcff8c08 update evil-collection-consult--mark-candidates for upstream change 2021-07-06 01:43:01 +08:00
Max Dupré a24168ffe3 [elfeed]: fix filter bindings
The function that resets the filter, "elfeed-search-clear-filter", was
not binded.
2021-07-01 18:24:17 +08:00
Nicholas Vollmer 6c97b0c186 Properly bind escape in magit-mode-map
Without using `kbd', each key in the string "<escape>" is interpreted as a
prefix key.
2021-06-28 18:26:48 +08:00
Vonfry 84e5531e26 Fix telega prefix map binding 2021-06-26 18:30:49 +08:00
condy c7f85d330b magit: interpret evil-toggle-key in the right way
fix #492
2021-06-26 03:29:08 +08:00
Daanturo 9ee6cc986f Typo in docstring 2021-06-25 23:15:17 +08:00
Daanturo 0a3b8b61b0 Define tests for state filtering 2021-06-25 23:15:17 +08:00
Daanturo 4a9cb927ce Require 'seq for Emacs < 27 2021-06-25 23:15:17 +08:00
Daanturo 8b8c142dda Make filtering states possible 2021-06-25 23:15:17 +08:00
condy 5699d7b40b [emms]: declare emms-playlist-mode-yank 2021-06-23 03:47:29 +08:00
Sidharth Arya 7d698e34ce [emms]: fix emms paste command 2021-06-22 12:07:58 +08:00
Vonfry 2849c80c79 Add telega keybindings for evil 2021-06-18 00:11:51 +08:00