Commit Graph

1351 Commits

Author SHA1 Message Date
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
condy eaded9d762 devdocs: add devdocs-goto-target binding 2021-06-10 00:47:01 +08:00
condy 86b02f84a8 [devdocs]: initial support 2021-06-08 03:54:44 +08:00
Arif Er 3ed92cadda [transmission] Fix keybinding
`transmission-delete` and `transmission-remove` have different purposes and
should both be included as bindings.

`transmission-delete`: Removes torrent from Transmission client and unlinks files from drive.
`transmission-remove`: Removes torrent from Transmission client.

`I` has been set to inputting labels for torrents using `transmission-label`.
2021-06-02 23:59:04 +08:00
Dan Kessler a0833a092e reflex: update documentation
A recent commit remapped reflex-toc-jump from `gs` -> `J`, but the help didn't get updated (so it erroneously still suggests using `gs` to jump to section.
2021-05-28 00:24:36 +08:00
Tom Klaver 7a2851e648 Tide/references mode: Go to reference at cursor
Current implementation seems to only work for the first reference in a file. This patch should fix that.
2021-05-26 10:34:35 +08:00
condy 33bcc7f40c unimpaired: fix define-minor-mode 2021-05-22 04:08:41 +08:00
tpeacock19 d576c49e04 update evil-collection-consult--mark-candidates 2021-05-18 22:24:10 -07:00
Jelle Licht 496550d8dd Add readonly-bindings to vc-dir-mode 2021-05-15 22:20:16 +08:00
duianto 23c60d576c Docstring: evil-collection-magit-use-y-for-yank
`magit-show-refs-popup` and `magit-dispatch-popup`
have been renamed without "-popup".

Define magit-show-refs as a transient command
c3135cdb23

Define magit-dispatch as a transient command
dde9a5b77a

And make the docstring more readable,
with the related key and command on the same line.
2021-05-08 01:41:05 +08:00
condy d6107b2c8e Makefile: use tabs instead [NFC] 2021-05-05 23:07:38 +08:00
condy 382defd44d Makefile: fix ci lint error
package-lint suspects that evil-collection-cus-theme.el is a theme. It's a false
positive error.
2021-05-05 23:03:51 +08:00
condy 1fb8a2ab2e org-present: keymap changes
fix #469
2021-05-05 22:41:37 +08:00
Arif Er 8244f8806e Changed binding for jump 2021-05-04 20:55:29 -07:00
Arif Er 5aae7fc1ea Refurbished keybindings for reftex-toc 2021-05-04 20:55:29 -07:00
Arif Er 0b88a434c0 Added help prompt for reftex-toc (with comments) 2021-05-04 20:55:29 -07:00