Commit Graph

429 Commits

Author SHA1 Message Date
Brian Leung 9149caf4a9 beginend: Support elfeed-show-mode 2022-12-04 02:05:04 +08:00
okamsn 23425ca8dc evil-collection-company-whole-lines: Silence byte compiler. 2022-11-29 12:42:09 +08:00
okamsn 8a278effe5 gited: Initial support.
These bindings are similar to Dired.

- The commands `gited-hide-details-mode` and `gited-summary` are not autoloaded,
  so we use `declare-function`.
- The command `gited-list-branches` was bound to `C-x g`.  We bind it to
  `C-x C-b`.
- Commands that open a new window are now prefixed by `g`, except for
  `gited-change-current-remote-rep` on `gR`.
- Commands that don't do anything related to marks were moved out of the `*`
  prefix.
  - The commands for stashing were prefixed by `*s`.  Since they don't operate
    on marks or marked rows, they were moved to `s`.
  - The commands for tags were moved from `*t` to `C-t`, similar to Dired's
    thumbnail commands.  These commands also don't work on marked rows.
- The command `gited-mark-branches-by-date` is bound to `%t` (for "time"?), as
  in the original map.  There is no command for flagging by regexp, which would
  be on `%d`.
2022-11-29 12:42:09 +08:00
Daanturo c3611aefc3 shortdoc: (S-)?tab to navigate buttons
Just like help buffers.
2022-11-01 03:42:48 +08:00
jgart d1dec4ef73 eglot: add bindings for xref-find-definitions-other-(window|frame) 2022-10-07 23:46:39 +08:00
Jonathan Ming f45f4ab142 Add bindings for crdt.el's menu modes 2022-09-27 01:33:27 +08:00
PRESFIL 6306aa78a9 pdf: Add binds for `pdf-history-forward/backward`
... and remove duplicate `(defvars ...)`
2022-09-27 01:23:11 +08:00
condy 76d003c0f0 emms: Use line-beginning-position
point-at-bol is obsolete since Emacs 29
2022-09-27 01:18:45 +08:00
wangtianshu 665d5c99e2 mu4e: remove the inaccurate description 2022-08-11 03:01:50 +08:00
Chinmaya Nagpal c1ede88de9 Propertize Misc section correctly 2022-08-09 14:50:21 +08:00
Chinmaya Nagpal c08e12cf79 mu4e: update mu4e-main Maildirs section
This reverts commit 0875502a3f1b5596ff70e0b193f9a7b665774df8.
2022-08-09 14:50:21 +08:00
Youmu c005e07420 Revert "mu4e: update mu4e-main Maildirs section"
This reverts commit 072731a5f5.
2022-08-06 19:58:10 +08:00
jgart b8096342f8
smerge: Add README.org to describe keybindings 2022-08-06 19:39:54 +08:00
Chinmaya Nagpal 072731a5f5 mu4e: update mu4e-main Maildirs section
This reverts commit 0875502a3f1b5596ff70e0b193f9a7b665774df8.
2022-08-06 19:38:00 +08:00
condy 8cb3843480 unimpaired: repeat-mode integration
Fix #665
2022-07-31 00:02:06 +08:00
condy 928b1075ff eldoc: advice-add when Emacs version < 29 2022-07-28 11:50:53 +08:00
James Nguyen b71d6d6f97 Corfu: Fix tab declaration 2022-07-27 18:08:25 -04:00
wangtianshu 2fa3609ebf remove redundant TODO 2022-07-25 17:06:52 +08:00
wangtianshu 926b97983e mu4e: replace obsolete functions 2022-07-25 17:06:52 +08:00
wangtianshu 0595cd8b95 mu4e: delete the redundant keybinding 2022-07-20 16:02:16 +08:00
wangtianshu 7a44d75334 mu4e: replace obsolete mu4e-view-save-attachment-multi 2022-07-19 15:34:02 +08:00
CToID 496bbd0952 Changed some keys, so user can navigate the cursor during present. 2022-07-19 15:06:50 +08:00
Brian Leung 9cea83273c mu4e: Replace obsolete mu4e-headers-search-narrow command 2022-07-12 15:58:03 +08:00
Brian Leung e1eed25979
consult, imenu: Declare some navigation commands to be non-repeatable (#653)
It does not make sense to repeat these commands via evil-repeat. (It
also doesn't work) We typically use evil-repeat for commands that
change the buffer contents.
2022-07-12 15:44:38 +08:00
Arian-D ae35410851 bluetooth-mode: Initial support 2022-06-18 05:57:22 +08:00
James Nguyen 6cc02b238c Remove . 2022-06-15 21:09:34 -04:00
James Nguyen f6b281d5ad Add so-long 2022-06-15 21:05:50 -04:00
Nicholas Vollmer e049bc4777 tabulated-list-mode: add bindings for column navigation 2022-06-08 12:54:28 -07:00
James Nguyen 79fc09b014 Take out occur compatibility code 2022-06-06 21:05:36 -04:00
James Nguyen d461f459f4 Change package-requires to 26.3
25 was already deprecated a year ago:

https://github.com/emacs-evil/evil-collection/pull/508/files
2022-06-06 20:53:16 -04:00
James Nguyen d48c72490b Add J for Info-menu 2022-06-06 02:31:39 -04:00
James Nguyen e5e5f6364b Add header 2022-06-06 02:06:10 -04:00
Farzin Firouzi dbcdb1a2a9 snake: initial support 2022-06-05 23:01:38 -07:00
James Nguyen 98d28bc679 Fix quoting 2022-06-04 13:51:23 -04:00
James Nguyen 71e4edc84b Try to fix lispy and company single quotes 2022-06-04 13:24:10 -04:00
Jakub Kadlcik ac01ae2803 vterm: remove trailing whitespace 2022-06-04 09:49:17 -07:00
Jakub Kadlcik 2aad44d836 vterm: when deleting command with `dd`, reset cursor after prompt
The original `evil-first-non-blank` isn't usable because the beginning
of the prompt is the first non-blank character. Strangely enough,
`vterm-beginning-of-line` didn't work either.
2022-06-04 09:49:17 -07:00
Quang Luong f40a39e8a4 vterm: change "x" to evil-delete-char 2022-06-01 08:23:32 -07:00
Quang Luong fe11bdd7dd Correct cursor position when evil-append in vterm 2022-06-01 08:22:50 -07:00
James Nguyen ca5915c6de Bind [S-tab] instead 2022-05-30 22:37:09 -04:00
James Nguyen e1bbf13194 [Corfu]: Fix more compile errors 2022-05-28 22:34:07 -04:00
James Nguyen 8b2a3327ad [Corfu]: Define var 2022-05-28 22:29:12 -04:00
James Nguyen 1166e5aa53 Add key themes to corfu
There should be no functional change to users here unless they set
evil-collection-corfu-themes to something other than '(default).

It might be worth making this key-theme a global custom variable
evil-collection-key-themes instead and using a namespaced corfu symbol
instead. e.g. (defcustom evil-collection-key-themes '(corfu-default)) so that
users will only have to know one variable to customize.
2022-05-28 21:56:01 -04:00
Vonfry 1d026ee065 Fix telega function names 2022-05-28 18:55:45 -07:00
Troy Hinckley b59a6656f0 Use C-n and C-p for navigation in xref 2022-05-28 08:24:02 -07:00
James Nguyen 1f1f70b48b [Corfu] Use normal state after pressing ESC 2022-05-28 11:14:23 -04:00
Vonfry 45b0761b22 [mpdel] Modify song seek keybindings from three to two keys 2022-05-28 01:39:46 +08:00
James Nguyen 4336587f8e [Magit]: Add new customs to bind $ and 0 2022-05-23 17:35:41 -04:00
Frédéric Giquel 8187b18e8f dired: separate definition of dired-x bindings 2022-05-23 06:35:31 -07:00
James Nguyen 763e77f4b3 [xwidget] Silence compiler 2022-05-21 21:39:00 -04:00