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

273 Commits

Author SHA1 Message Date
condy
1357bb03e9 unimpaired: makes travis-ci happy 2020-10-21 15:33:48 +00:00
condy
3b6d033464 bookmark: {mark,unmark}-all 2020-10-21 15:33:18 +00:00
Morgan Smith
2a5785d053 gnus: update bindings
Remove binding from the "Z" key
Remove unnecessary bindings of "g?" to describe-mode
Change gnus-server-compact-server binding to "c"
Add binding for gnus-summary-help-map
2020-10-19 12:11:19 +00:00
Morgan Smith
26f08992ab gnus: tidy up bindings 2020-10-19 12:11:19 +00:00
condy
918f999417 indent: add evil style bindings for `indent-rigidly' 2020-10-17 08:51:13 +00:00
condy
2141f29c79 gnus: add topic commands
And refactor the summary-mode-map
2020-10-14 11:47:03 -07:00
Carla Cao
6f7fbac3de Add zmusic 2020-10-12 14:29:37 +00:00
Janfel
034124fb09 Remove broken (interactive) specs
Remove (interactive) specs of evil-collection-hungry-delete and evil-collection-hungry-delete-for-join as they break evil-collection-hungry-delete and evil-collection-hungry-delete-for-join when hungry-delete-mode is bound but not enabled.
2020-10-09 12:58:29 +00:00
Fredrik Bergroth
a21725fd32 eglot: update binding
eglot-help-at-point has been removed since:
a044dec7f9
2020-10-07 00:13:30 -07:00
condy
e3a521b7e5 gnus: R to reply in normal state.
In addition,

- Rebind gnus-summary-mail-forward from C-c C-f to cf
- Remove E gnus-article-read-summary-keys
2020-10-05 14:44:03 +00:00
condy
0945c13b5b gnus: refine and add gnus-bookmark keybindings 2020-10-04 10:15:07 -07:00
condy
a36f742c21 dired: dired-narrow integration 2020-10-02 07:33:01 +00:00
condy
3088a02106 tabulated-list: add more bindings 2020-10-02 07:21:11 +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
Kien Nguyen
f5a93379bc ec-company: showing popup only when in insertable state 2020-09-08 08:13:42 +00: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
c3f684e5f1 xref: bind gr to xref-revert-buffer (introduced in Emacs 27.1) 2020-08-23 09:56:03 +00:00
condy
e34add195f tab-bar: add evil bindings 2020-08-23 09:37:11 +00:00
Brian Leung
c136589d95 ggtags: Make "gk" and "C-k" invoke 'previous-error 2020-08-08 08:50:21 +00:00
Pierre Neidhardt
d1ad840c69 image: Remove obsolete comment. 2020-08-05 18:24:54 +02:00
ngenisis
d59d241738 SPC, DEL, S-SPC scroll binds for DocView
Currently getting bound to image-scroll-up and image-scroll-down from evil-collection-image.el. Not sure if it is relevant, but evil-collection-image.el has a TODO referencing this closed issue: https://github.com/emacs-evil/evil-collection/issues/23
2020-08-05 18:24:05 +02:00
condy
fd7d4c0b2b osx-dictionary: Add evil bindings 2020-08-05 08:45:13 +02:00
Brian Leung
3e62b6b131 Remove underscore in argument to placate CI in evil-collection-eshell
evil-define-operator accesses the arguments of the operator it is
defining, regardless of whether they are used in any meaningful way.
2020-07-11 13:26:42 -07:00
Brian Leung
2e6a40974e Bind eshell-kill-input in Evil insert state 2020-07-11 13:26:42 -07:00
crocket
2762b00c47 Add g TAB as a substitute on terminal for Tab. 2020-07-11 11:55:34 -07:00
Dario Klingenberg
c68aed6a96 add cc and dd command to eshell (copying Doom's implementation) 2020-06-26 11:42:26 +02:00
condy
ce50304363 explain-pause-mode: add evil bindings 2020-06-25 12:08:57 -07:00
Nicolas Wavrant
4a1f92fba5 package-menu: add keybinding for package-menu-describe-package 2020-06-25 11:15:14 -07:00
condy
a4e568a821 magit-todos: supress the jT unbound warning 2020-06-20 14:14:13 +02:00
condy
a0de3a9cf3 calendar: Bind Org functions in calendar keymap 2020-06-18 11:28:43 -07:00
condy
39a38da4e1 unimpaired: support url encode/decode 2020-06-17 12:13:47 -07: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
f861ab98d9 Make RET browse the group at point 2020-06-09 07:58:35 +00:00
Dario Klingenberg
120608be93 move hooks into evil-collection-mu4e-setup 2020-06-08 08:57:05 +02:00
Dario Klingenberg
4f37e48203 fix insert state activation issue in org-mu4e 2020-06-08 08:57:05 +02:00
condy
75d749eb57 Info-exit is marked obsolete since 27.1, use quit-window instead 2020-06-07 11:08:56 +02:00
Pierre Neidhardt
9b334150a1 vterm: Remove hook since upstream has vterm-kill-buffer-on-exit. 2020-06-04 17:19:59 +02:00
condy
b2996ea6e7 Add bindings for speedbar 2020-06-04 16:26:31 +02:00
condy
b33df86c0b Fixed: Add evil-collection-bm-maps 2020-05-31 19:55:53 +02:00
condy
e065da3732 Add bindings for auto-package-update 2020-05-31 09:31:14 +02:00
Alex Griffin
d2a1d14f85 Add delete and prev/next prompt bindings for vterm 2020-05-23 08:09:47 +02:00
Kien Nguyen
4678306a34 ec-debug: replace debugger-toggle-locals with backtrace-toggle-local 2020-05-22 11:26:50 +02:00
condy
0e76cf7c3e Fix require error of bm.el 2020-05-22 10:18:41 +02:00
Pierre Neidhardt
1237452e13 Revert "Changed mu4e d key-bind"
This reverts commit d062cc206d.

Upstream has removed mu4e-view-mark-or-move-to-trash, see
f016f257f9.
2020-05-18 22:28:36 +02:00
dani84bs
ecd724ed29
Add C-u and C-d to pdf-view-mode-map (#335)
* Add C-u and C-d to pdf-view-mode-map

C-u and C-d will trigger respectively:
- pdf-view-scroll-down-or-previous-page
- pdf-view-scroll-up-or-next-page
in order to reflect evil/vim C-u and C-d.
2020-05-18 21:54:34 +02:00
Pierre Neidhardt
734abad39c package-menu: Rebind "gr" to revert-buffer. 2020-05-18 15:31:00 +02:00
Pierre Neidhardt
1d42050d55 pdf: Remove accidental image animation bindings, rebind "f" and "F" to link commands. 2020-05-18 15:31:00 +02:00
Tyler Ware
e998952dfe Fix pdf goto first/last page loosing hscroll 2020-05-13 10:04:15 +02:00
condy
7803740058 Add bindings for bm mode 2020-05-11 12:50:28 +02:00
Giuseppe Fierro
d062cc206d Changed mu4e d key-bind
Changed mu4e d key-bind in mu4e-headers-mode-map form
mu4e-headers-mark-for-trash to mu4e-headers-mark-or-move-to-trash.
Changed mu4e d key-bind in mu4e-view-mode-map form mu4e-view-mark-for-trash to mu4e-view-mark-or-move-to-trash.
2020-05-09 10:53:06 +02:00
Bartłomiej Zięba
c0e7e576b0
Add missing keybindings in info mode (#327)
Add missing keybindings in info mode
2020-05-08 15:22:31 +00:00
Jacob First
7d0f3d3aee imenu: Init; add jump list integration 2020-05-06 09:58:59 +02:00
Kien Nguyen
ba3630476b apropos-mode: binds <tab>/<backtab> to forward/backward-button 2020-04-28 19:33:43 -07:00
Pierre Neidhardt
7bb251b0f4 trashed: Init. 2020-04-28 11:36:23 +02:00
Kien Nguyen
695e941d8a travis: fix linting 2020-04-26 01:48:44 -07:00
Pierre Neidhardt
0dfc9df390 info: Fix h/l in visual state. 2020-04-24 09:57:47 +02:00
Yuriy Artemyev
45cc43ee19 Fix bug in unimpaired module & small improvement. 2020-04-22 15:17:35 +02:00
Pierre Neidhardt
493d523c9b transmission: Enable visual commands in transmission-files-mode. 2020-04-07 09:21:05 +02:00
Pierre Neidhardt
d0880370f3 restclient: Bind [[ and ]] to prev / next. 2020-04-06 10:04:25 +02:00
Morgan Smith
2df9bedfa4 Removed a binding from the h key 2020-03-27 07:22:57 +00:00
Morgan Smith
51f2c394cb Updated gnus bindings
Added bindings for the remaining 3 gnus modes (group, server, and
browse) and also reworked some bindings that seemed intuitive.
2020-03-27 07:22:57 +00:00
Pierre Neidhardt
fe0700ec16 eww: Set initial state to normal. 2020-03-22 09:19:25 +01:00
Pierre Neidhardt
a478a95a8a dashboard: Fix free variable warning. 2020-02-19 11:42:02 +01:00
Pierre Neidhardt
d26f7acbd9 calc: Fix backspace and "x". 2020-02-19 11:39:24 +01:00
Yunhao Zhao
e6a4ba695e fix byte-compile errors
third-party packages should be required with the NOERROR argument
2020-02-16 00:00:04 -08:00
Kisaragi Hiu
45ed80041f Add bindings for Dashboard 2020-02-15 16:33:58 -08:00
Kisaragi Hiu
b048aa6c2e Helpful: add binding for visiting reference 2020-02-15 13:55:24 +01:00
Alexis
8481bf5347 Add evil-collection-ebuku. 2020-02-02 09:32:43 -08:00
Yunhao Zhao
27da36c705 Magit-todos: unbind "j" in magit-todos-item-section-map 2020-01-26 00:31:07 -08:00
James Nguyen
29372661d9 Dired: Define maps 2020-01-25 14:10:40 -08:00
James Nguyen
98ac94bfa8 Vterm: Use _ 2020-01-25 14:10:31 -08:00
Ruslan Kamashev
e9a592e5ee Add xwidget 2020-01-23 17:25:46 -08:00
crocket
67c27119d9 Start ensuring terminal compatibility for Enter and Tab
* readme.org now has a new guideline for terminal compatibility.
* dired, help, and info modes are modified for terminal
compatibility.
2020-01-23 00:13:18 -08:00
Misaka
8532282e64 Update evil-collection-leetcode.el
The upstream leetcode package function's name updated.
2020-01-13 19:41:33 -08:00
Pierre Neidhardt
e9f284b5d6 cider: Bind "RET" to cider-repl-return. 2020-01-13 11:43:20 +01:00
crocket
815c127d02 Do not override zb in outline mode.
`zb` is usually bound to `evil-scroll-line-to-bottom`.
By moving `outline-hide-entry` to `zE`, you also get more consistency
because `ze` is bound to `outline-show-entry`.
2020-01-05 19:46:18 +01:00
MaxSt
41f894c504 Add keybindings for toggling children in pdf-outline-mode 2020-01-05 19:41:42 +01:00
Sunn Yao
21d7553ab0 vterm-exit-functions now sends event as 2nd arg. 2019-12-09 19:32:45 -08:00
Philippe Vaucher
9566f1ad72 Fix docker bindings 2019-12-09 12:17:28 +01:00
James Nguyen
9ab6e391bd Lispy: Use lispy-down (#278) 2019-12-08 07:43:44 -08:00
James Nguyen
541346ff10 Lispy: Fix d bind 2019-12-08 07:43:32 -08:00
0x28
3e752c9794 Fix copyright header 2019-12-02 17:30:45 +01:00
0x28
09c234781f Add support for tar-mode
Add evil keybindings for the builtin tar-mode.
2019-12-02 17:30:45 +01:00
michael
f9a6596e0d Remove duplicate binding of C-k in gnus config
C-k is already bound to gnus-summary-prev-article.
2019-11-23 17:50:25 +01:00
michael
63ad52dd5d Remove gnus-summary-kill-same-subject-and-select keybinding
The keybinding for evil-previous-line shouldn't be overwritten.
2019-11-23 17:50:25 +01:00
Philippe Vaucher
eb465351cc Adapt docker.el after transient migration 2019-11-23 15:46:24 +09:00
Devin Jacobs
e5c599c35b Improve Info-mode searching 2019-11-15 21:08:52 +01:00
Devin Jacobs
631622aec0 Remove redundant comment 2019-11-15 21:08:52 +01:00
Philippe Vaucher
94ce647701 Add dired-filter 2019-11-10 19:50:43 +07:00
Philippe Vaucher
9346f69da6 Improve tablist bindings 2019-11-10 19:49:15 +07:00
MaxSt
8e0dd40f39 Add insert space above/below functionality to unimpaired 2019-11-10 19:48:53 +07:00
Pierre Neidhardt
f69b2c9c86 Info: Bind C-j / C-k for fine-grained browsing. 2019-11-06 12:07:01 +01:00
Pierre Neidhardt
0d96c4309e Info: Fix "m" and "T" bindings. 2019-11-06 12:07:01 +01:00
Pierre Neidhardt
0d6700e8d2 Info: Fix "t", "f" and "?" bindings. 2019-11-06 11:57:57 +01:00
Pierre Neidhardt
eb36c82a84 gnus: Merge jojojames draft. 2019-11-02 15:58:35 +01:00
Pierre Neidhardt
3dc200224f Add initial bindings for Gnus. 2019-11-02 15:30:37 +01:00
Bart Brouns
ace73501c2 Disable <tab>-based bindings by default
fixes #274
2019-10-29 12:19:39 +01:00
James Nguyen
61bb63e8f9 Dired-Subtree: Use toggle instead of cycle
cycle has performance penalties in larger directories so isn't as suitable a
default as toggle.
2019-10-24 17:41:42 -07:00
Asher
a96d06677d Free up k in tablist
This restores it to 'evil-previous-line.

Fixes #272.
2019-10-22 19:32:26 -07:00
James Nguyen
0d44776af2 Update lispy 2019-10-20 10:14:50 -07:00
Michael Bogdan
7b53a19bc9 Remove overwriting of 'I' 2019-10-19 10:32:18 -07:00
Michael Bogdan
b1d6db98c1 Replace featurep with with-eval-after-load
This allows binding keys when dired-subtree is loaded at a later time.
2019-10-19 10:32:18 -07:00
Michael Bogdan
eafb362f98 Add bindings for dired-subtree 2019-10-19 10:32:18 -07:00
James Nguyen
38e916d5d5 Dired-Sidebar: Remove no byte compile flag 2019-10-16 22:04:43 -07:00
James Nguyen
acd090b1c2 Add dired-sidebar 2019-10-16 21:57:59 -07:00
Pierre Neidhardt
75ba4b14bf sly: Add bindings for connection list buffer. 2019-10-14 10:16:02 +02:00
Pierre Neidhardt
4ef84adf9b sly: Add bindings for stickers dialog. 2019-10-13 20:48:26 +02:00
Pierre Neidhardt
0f1394ceb0 sly: Add bindings for trace dialog. 2019-10-13 20:48:26 +02:00
Michael Bogdan
054dea02be Rename 'modes/youtube/' to 'modes/youtube-dl/'
evil-collection loads the relevant directory by calling the exact name
of the mode. youtube however is not the name of the youtube-dl mode.
2019-10-12 13:48:22 -07:00
Pierre Neidhardt
bf4200a57c Sly: Initialize. 2019-10-10 18:53:44 +02:00
Pierre Neidhardt
af6f8d0e70 SLIME: Bind "gd" to slime-inspector-show-source. 2019-10-10 18:21:17 +02:00
Pierre Neidhardt
bf13acacd0 SLIME: Rebind slime-inspector-history from "h" to "M-p". 2019-10-10 18:21:16 +02:00
Justin Burkett
1fd291f082 Move evil-collection-tablist to subdirectory 2019-10-09 19:41:45 -07:00
Justin Burkett
e2cb2b3dc5 Pacify package-lint in evil-collection-occur.el 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
fdb7b3010b evil-collection-docker.el -> modes/docker/evil-collection-docker.el 2019-10-09 19:41:45 -07:00
Jonathan Lai
aec0ecbb86 Move mode files: evil-collection-*.el -> modes/*/evil-collection-*.el 2019-10-09 19:41:45 -07:00
Justin Burkett
9346e4452b ediff: Add a README 2019-10-09 19:41:45 -07:00
Justin Burkett
95dad4c734 Use subdirectories for setup files (+READMEs)
Move setup files into subdirectories. Move mode directories to modes subdir.
This will make it easy to specify a recipe in melpa that maintains the directory
structure. Add interactive functions to jump to .el and README files

See #170
2019-10-09 19:41:45 -07:00