Commit Graph

234 Commits

Author SHA1 Message Date
condy 86b02f84a8 [devdocs]: initial support 2021-06-08 03:54:44 +08:00
condy ca3d0bd0ad embark: initial support 2021-04-22 17:36:21 +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 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 ee41c6f2ae Format 2021-01-31 20:17:17 -08:00
Vonfry 953fe16e1b add mpdel evil keybinds 2021-01-24 11:05:35 -08:00
James Nguyen 323bb7d858 Add scroll-lock (#358) 2021-01-24 00:57:27 -08:00
Siddhartha 986aa9a7f1 add basic support for ripgrep 2020-12-20 13:28:55 -08:00
Brian Leung f9ef230569 consult: Add evil bindings 2020-12-06 18:43:33 -08:00
Siddhartha bf01abdeef Add basic support for dictionary-mode 2020-12-06 18:40:59 -08:00
condy ab5bb7c391 sh-script: add evil bindings 2020-12-03 19:00:52 -08:00
Goderich b34516299c Add racket-describe
A help mode to look up Racket documentation inside Emacs.
2020-11-18 16:03:37 -08:00
condy 04110f090f read-only mode bindings 2020-11-15 18:53:44 +01:00
condy faab70d5dc shortdoc: add evil bindings 2020-11-15 18:46:12 +01:00
condy 918f999417 indent: add evil style bindings for `indent-rigidly' 2020-10-17 08:51:13 +00:00
Carla Cao 6f7fbac3de Add zmusic 2020-10-12 14:29:37 +00:00
condy 3d01df0ba6 thread&timer-list: add evil bindings 2020-09-30 07:54:20 +00:00
condy bddb53cdfc newsticker: add evil bindings 2020-09-22 15:20:08 +00:00
Carla Cao 49409b38c5 Add org-present 2020-09-12 10:43:39 +00:00
condy 82ebf71551 rg: add evil bindings 2020-09-11 16:34:54 -07:00
Morgan Smith 7814771204 fix bindings for `buffer-menu' 2020-09-07 03:01:09 -07:00
condy 567ee24d44 finder: add evil bindings 2020-08-23 16:23:51 +00:00
condy e34add195f tab-bar: add evil bindings 2020-08-23 09:37:11 +00:00
Felix Yan f26ef21a8f Correct a typo in evil-collection.el 2020-08-06 09:55:02 +02:00
condy fd7d4c0b2b osx-dictionary: Add evil bindings 2020-08-05 08:45:13 +02:00
condy ce50304363 explain-pause-mode: add evil bindings 2020-06-25 12:08:57 -07:00
condy a0de3a9cf3 calendar: Bind Org functions in calendar keymap 2020-06-18 11:28:43 -07:00
condy 64587200d7 Fix: process-menu is defined in simple.el 2020-06-17 08:53:27 +02:00
condy 1bb4e590c2 elfeed: Bind TAB to move the point to the next link
Also fix package lint error, since an explicit dependency on cl-lib <= 1.0 is
not needed on Emacs >= 24.3.
2020-06-14 14:58:50 +02:00
condy b2996ea6e7 Add bindings for speedbar 2020-06-04 16:26:31 +02:00
condy e065da3732 Add bindings for auto-package-update 2020-05-31 09:31:14 +02:00
condy 7803740058 Add bindings for bm mode 2020-05-11 12:50:28 +02:00
Jacob First 7d0f3d3aee imenu: Init; add jump list integration 2020-05-06 09:58:59 +02:00
Pierre Neidhardt 7bb251b0f4 trashed: Init. 2020-04-28 11:36:23 +02:00
Kisaragi Hiu 45ed80041f Add bindings for Dashboard 2020-02-15 16:33:58 -08:00
Ruslan Kamashev e9a592e5ee Add xwidget 2020-01-23 17:25:46 -08:00
0x28 09c234781f Add support for tar-mode
Add evil keybindings for the builtin tar-mode.
2019-12-02 17:30:45 +01:00
Pierre Neidhardt 3dc200224f Add initial bindings for Gnus. 2019-11-02 15:30:37 +01:00
James Nguyen 94b703e264 Move lispy to default modes (#116) 2019-10-20 10:16:55 -07:00
James Nguyen acd090b1c2 Add dired-sidebar 2019-10-16 21:57:59 -07:00
Pierre Neidhardt bf4200a57c Sly: Initialize. 2019-10-10 18:53:44 +02:00
Justin Burkett 150c1b3699 Load evil-collection-custom after cus-edit
The cus-edit.el file contains the relevant map/functions, not custom.el.
2019-10-10 09:01:05 -07:00
James Nguyen 31b3dbe0d7 Add lispy to list of modes to autoload 2019-10-09 20:10:50 -07:00
Justin Burkett c30275a490 Declare some variables/functions for the compiler 2019-10-09 19:41:45 -07:00
Justin Burkett 5298fd1e55 Cleanup loading of unimpaired in evil-collection-init 2019-10-09 19:41:45 -07:00
Justin Burkett 107ed151e9 Fix loading of evil-collection-X from subdirs
Create autoloads for each of the setup functions in evil-collection. Add
evil-collection-require, which is a version of require that knows where the
evil-collection files live.

Use evil-collection-require to fix header in evil-collection-woman.

Update readme to reflect the fact that it's no longer necessary to load the
evil-collection-X file to run evil-collection-X-setup
2019-10-09 19:41:45 -07:00
Jonathan Lai feda195a4b Address evil-collection-unimpaired not loading 2019-10-09 19:41:45 -07:00