Commit Graph

853 Commits

Author SHA1 Message Date
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
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