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

892 Commits

Author SHA1 Message Date
condy
6f0ac579aa org-present: remove tailing whitespaces 2020-11-15 18:46:12 +01:00
condy
faab70d5dc shortdoc: add evil bindings 2020-11-15 18:46:12 +01:00
condy
2f10de5f6d unimpaired: [b and ]b can be called with prefix arg 2020-11-14 19:45:20 +01:00
Pierre Neidhardt
8c256263ad helm: Bind minibuffer history command to M-p. 2020-11-13 11:31:53 +01:00
Morgan Smith
52b6479a8f compile: remove g binding
We have to remove this binding from all modes (instead of just the normal
mode) so that we don't fall back to the Emacs binding. Instead we will fall
through this keymap and use the bindings found on other keymaps
2020-10-23 08:40:30 +02:00
Morgan Smith
8370d6bd1c simple: remove bindings that are in the way 2020-10-23 08:40:30 +02:00
Morgan Smith
25af4855ea compile: remove unnecessary bindings 2020-10-23 08:40:30 +02:00
Morgan Smith
069ea1188e compile: Apply bindings to compilation-minor-mode-map
Before this change compilation bindings didn't work in grep-mode which inherits
compilation-minor-mode-map
2020-10-23 08:40:30 +02:00
Pierre Neidhardt
910c1f4507 company: Fix backward compatibility with 0.9.13. 2020-10-22 11:50:24 +02:00
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
Felix Yan
f26ef21a8f Correct a typo in evil-collection.el 2020-08-06 09:55:02 +02: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
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
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