1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-28 07:40:50 +02:00
Commit Graph

1176 Commits

Author SHA1 Message Date
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
Rudi Grinberg
db89792629 Fix Jd binding
`prodigy-jump-dired` does not exist. `prodigy-jump-file-manager` is
likely the intended function.
2021-05-04 00:00:58 -07:00
Andrew Psaltis
09b165d4c2 Magit: Properly format rebase instructions when commentChar is "%"
This change adjusts the formatting of the instructions in the `git-rebase`
buffer to allow them to be properly formatted when git's `core.commentChar` is
set to `%`.  In particular, lines will look something like this:

```
%-8s p
```

The root cause seems to be the how the lines are constructed: comment characters
are directly added to the format string.  When it is `%`, `format` appears to
proceed until it finds the next `%` character, (corresponding to the `%` in
`%-8s`) above and prints it directly to the string rather than interpreting it
something to format.

This is fixed by constructing the format string with the comment character as an
argument to `format` rather than being added directly to the format string.

Fixes #468.
2021-04-24 16:26:15 -07:00
Ian Y.E. Pan
e32e871143 Fix escape in in emacs-state, yet preserving minibuffer quit functionality 2021-04-24 18:03:46 +08:00
condy
86923fc307 occur: add evil style bindings 2021-04-22 17:59:34 +08:00
condy
8fd97d973c grep: wgrep integration 2021-04-22 17:55:31 +08:00
condy
ca3d0bd0ad embark: initial support 2021-04-22 17:36:21 +08:00
condy
b6025cf9ea Newsticker: fix the C-j issue 2021-04-14 19:55:28 +08:00
Kira Bruneau
65766ad8c0 Magit: Keep bindings consistent with prefix key in magit-revert
"O" is used to launch `magit-reset`, not `magit-revert`. "_" and "-"
should be used for the suffix commands to be consistent with the
prefix key "_".
2021-04-13 23:35:26 -07:00
Vonfry
f2be912970 Fix mpdel playback next and previous 2021-04-01 18:12:14 +08:00
Elliott Shugerman
b45ec5b315 vterm | add change, change-line 2021-03-22 20:10:27 -07:00
condy
2d3d652cb5 Info: browse info like browser on macOS 2021-03-19 22:40:39 +08:00
condy
5009fcfe9e Info: Support digit arguments 2021-03-19 00:55:54 +08:00
condy
b5ade1850d Info: Support mouse 2021-03-19 00:43:58 +08:00
James Nguyen
26493597c7 Add more warnings to ignore from package-lint 2021-03-01 17:25:07 -08:00
James Nguyen
0ee92688ea Lispy: Format 2021-03-01 17:24:54 -08:00
James Nguyen
c0cc37a260 Lispy: Make byte compiler happy 2021-03-01 17:13:23 -08:00
James Nguyen
3a5c4e0e2c Lispy: Macroexpand hydras and commit them to allow byte compilation 2021-03-01 16:57:04 -08:00
James Nguyen
eacf3688a2 Lispy: Decouple declare-functions from lispyville 2021-03-01 16:45:30 -08:00
Dave Aitken
334670e29d fix: don't set repeat with ]l and [l error jump 2021-02-08 22:29:44 -08:00
James Nguyen
458d6bd0f2 Tweak how annalist records bindings in evil-collection-define-operator-key 2021-02-04 02:39:46 -08:00
James Nguyen
2c0a09b193 Mu4e: Fix signature 2021-02-04 01:03:50 -08:00
James Nguyen
a3f8d1b4c9 Refactor menu-items to use evil-collection-define-operator-key 2021-02-03 21:08:35 -08:00
James Nguyen
e52dfbeb68 Add evil-collection-define-operator-key
This is for attaching additional keys to operator commands.

e.g. Add "f" to prefix/operator (evil-yank) "y" to get

"yf"

while still maintaining the other operator commands like "yy".
2021-02-03 21:08:35 -08:00
James Nguyen
c02184f2fc Factor out binding implementation from evil-collection-define-key 2021-02-03 21:08:35 -08:00
James Nguyen
61e5a5ba33 Add distel 2021-02-03 12:19:16 -08:00