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

930 Commits

Author SHA1 Message Date
Benjamin Motz
f8ef7dd432 edebug: "h" should behave the same as j, k, l
j, k, l are used for navigation in edebug-mode and so should do h.
However, currently it performs "edebug-goto-here", which is also bound
to H.
2020-12-17 18:36:00 +01:00
Abin Simon
73aa9808dd Delete .travis.yml 2020-12-17 18:22:00 +01:00
Abin Simon
a3482b5657 Add github action for CI 2020-12-17 18:22:00 +01:00
condy
c9ccc3065f Suppress dictionary nonexistence error 2020-12-07 11:06:17 -08:00
Brian Leung
f9ef230569 consult: Add evil bindings 2020-12-06 18:43:33 -08:00
Siddhartha
9b5ae7b8f4 add dictionary as dependency 2020-12-06 18:40:59 -08:00
Siddhartha
69a530b5e4 use g? for dictionary-help 2020-12-06 18:40:59 -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
Siddhartha
efd510a352 go to next/previous result in occur mode with preview 2020-12-03 18:57:44 -08:00
James Nguyen
d8d499d9fc Prodigy: Fix c-l 2020-11-30 11:54:52 -08:00
James Nguyen
05ed92a129 Remove extra commas 2020-11-27 16:03:31 -08:00
James Nguyen
dc12892a1e Magit: Fix a few more cases where binds aren't set (#407) 2020-11-27 13:45:53 -08:00
Daniel Perez Alvarez
f4428c4f91 prodigy: add more keybindings to prodigy-view-mode from prodigy-mode 2020-11-25 13:17:56 -08:00
James Nguyen
7233e60b62 Tweak readme to account for evil-magit's inclusion 2020-11-25 13:15:57 -08:00
James Nguyen
2cf81f91ea Magit: Use kbd with S-SPC and S-DEL (#406) 2020-11-25 13:10:40 -08:00
James Nguyen
e24469514a Update latest changes to evil-magit
Fix test failure in when testing original section bindings:

+  `((,(copy-keymap magit-file-section-map) "\C-j" magit-diff-visit-worktree-file)
+    (,(copy-keymap magit-hunk-section-map) "\C-j" magit-diff-visit-worktree-file))
2020-11-24 12:00:03 -08:00
James Nguyen
eff6f710ef Port over evil-magit 2020-11-24 12:00:03 -08:00
condy
04df79eadc unimpaired: exchange line 2020-11-23 17:08:07 +01:00
Goderich
b6cc7c891f Fix require call 2020-11-18 16:03:37 -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
e134061f9e hackernews: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
18644e050c guix: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
9d7b7ac266 elfeed: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
c040729692 helpful: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
8f779d1e1e dashboard: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
3c68088f8a disk-usage: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
a0d44aebe5 calc: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
9d70a12276 process-menu: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
718962ed31 help: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
3eada62f93 transmission: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
990372da7f ztree: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
f992b37367 youtube-dl: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
6c318c7628 trashed: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
972176c14a proced: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
9cff50e3be info: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
c44afe69b1 eww: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
condy
04110f090f read-only mode bindings 2020-11-15 18:53:44 +01:00
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