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

825 Commits

Author SHA1 Message Date
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
66b8a4bc01 Remove 26.2 from travis 2019-10-20 16:07:02 -07:00
James Nguyen
720a94cda6 Ignore check-version-regexp-list in lint
Using a hammer to ignore if-let/when-let complaints.
2019-10-20 15:56:57 -07:00
James Nguyen
94b703e264 Move lispy to default modes (#116) 2019-10-20 10:16:55 -07:00