Commit Graph

811 Commits

Author SHA1 Message Date
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
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
Michael Bogdan 76c1245971 Add evil-markdown to third-party packages in readme 2019-10-17 17:58:06 -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
Michael Bogdan 516e28d5b5 Update readme.org 2019-10-16 21:29:29 -07:00
Michael Bogdan 663615f4a5 Reformat third-party packages in README as table 2019-10-16 21:29:29 -07:00
Pierre Neidhardt 75ba4b14bf sly: Add bindings for connection list buffer. 2019-10-14 10:16:02 +02:00
James Nguyen 3f1ab92b20 Point to another DOOM link
The one one seems to be gone.
2019-10-13 11:56:18 -07: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
michaelbogdan 96a7e7dce7 Add evil-ledger to list of third-party packages 2019-10-13 12:20:35 +02:00