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

1305 Commits

Author SHA1 Message Date
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
James Nguyen
48d2b1ef6e Add find-references/find-usages type bindings
Since these bindings have a potential usage clash with "gr", we add an
additional option here to do disable for the case where the user wants to keep
"gr" in their non programming modes but don't want find-refs type keybindings in
their programming modes.

g? may be another good candidate for finding references.
2021-02-03 11:47:59 -08:00
James Nguyen
1b86bac736 Readme: Add unimpaired setting 2021-02-03 11:44:17 -08:00
James Nguyen
a615e4a7f6 Buff-menu: Bind j & k explicitly 2021-02-03 07:38:27 -08:00
James Nguyen
b1b04dd72b Pass: Add pass-edit 2021-02-03 00:11:35 -08:00
James Nguyen
1d87b81c1d Indent 2021-02-02 18:04:53 -08:00
James Nguyen
7fd63406cf Readme: Tweak and mention #196 (#196) 2021-02-01 23:40:58 -08:00
Trey Peacock
be33708835 internal function & mark ring fix
corrected global marker check in mark ring
2021-02-01 00:03:25 -08:00
Trey Peacock
3dc3c72a49 consult-evil-mark
Jump to evil markers in current buffer
2021-01-31 21:00:05 -08:00
James Nguyen
ee41c6f2ae Format 2021-01-31 20:17:17 -08:00
James Nguyen
6bdbcccf1e Pass: Bind yf, yn and yu 2021-01-31 15:57:49 -08:00
James Nguyen
c20e043ec6 Pass: Add J for jumping 2021-01-31 15:55:23 -08:00
James Nguyen
e6824e2ad2 Magit: Rely on popup backup when reverting popups (#446) 2021-01-30 00:33:41 -08:00
James Nguyen
2bbaa52d22 Magit: Add submodule prefix back in after forge loads (#446) 2021-01-30 00:33:41 -08:00
Michael Lingelbach
be3e955f06 vterm: add additional evil bindings 2021-01-30 00:29:42 -08:00
James Nguyen
2cce30225b Company: Remove obsolete code 2021-01-28 23:49:48 -08:00
James Nguyen
0c0dcd7390 Company: Format 2021-01-28 23:47:45 -08:00
randy1burrell
6b9b8ccded squash! fix: Stop inhibiting company popup when not in evil-mode 2021-01-28 23:44:33 -08:00
randy1burrell
315a750576 refactor: Simplify condition in evil-collection-company-supported-p
The complicated condition in `evil-collection-company-supported-p` from the
previous commit got removed in favour of a new condition that check if
`evil-mode` is not active and returns true.
2021-01-28 23:44:33 -08:00
randy1burrell
a3aaa508f7 fix: Evil-collection inhibiting company popup
This update uses `evil-collection-company-supported-p` to handle the logic of
showing company completions when `evil-mode` is active/inactive and in a
supported buffer.

If applied, this commit will:
    * Help `evil-collection` to determine supported states when `evil-mode` is active/inactive
    * Fix the bug caused by `evil-collection-company-supported-p` where it inhibits company completions from showing due to not being in `evil-mode`
2021-01-28 23:44:33 -08:00
randy1burrell
7a4f8085f3 fix: Stop inhibiting company popup when not in evil-mode
Evil-collection package inhibits company from showing completions when evil-mode
is switched off. This commit will fix it and only activate evil-collection
advice for company-mode when in evil-mode.

If applied, this commit will:
    * Allow `company-mode` to show completions when not in `evil-mode`.
    * Only activate `evil-collection` advice for `company-mode` when in
    `evil-mode`.
    * Fixes #451.
2021-01-28 23:44:33 -08:00
James Nguyen
bd44a32e83 Magit: Declare more variables (#449) 2021-01-24 11:12:29 -08:00