Commit Graph

390 Commits

Author SHA1 Message Date
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
James Nguyen 4bbe042e97 [xwidget] Add X (from vimium) to restore last closed tab 2022-05-21 21:35:30 -04:00
James Nguyen 377ef179b3 [xwidget] Tweak prompt when switching to tab 2022-05-21 21:35:30 -04:00
James Nguyen e9faaac9f1 [xwidget] Add additional evil style bindings 2022-05-21 21:35:30 -04:00
James Nguyen 32584b7b46 [xwidget] Bind y to copy selection 2022-05-21 21:35:30 -04:00
James Nguyen 8e8bad58dd [xwidget] Tweak prompt when creating new tab 2022-05-21 21:35:30 -04:00
Alexis 8a85b46b60 evil-collection-ebuku: Add bindings for new functions.
* ebuku-copy-title
* ebuku-copy-index
2022-05-21 12:24:58 -07:00
James Nguyen 815408f8b8 Bind ; to lispy-commment in special mode 2022-05-21 09:43:59 -04:00
Dickby 11cfad9b3c Bind `H` to `realgud:cmd-until-here` 2022-05-16 23:54:05 +08:00
David Florness 9707efcae4 compile: bind TAB and S-TAB to compilation-{next,previous}-error
Currently, TAB is bound to evil-jump-forward, which isn't useful in
compile-mode.
2022-05-05 14:19:56 +08:00
Jakub Kadlcik ca4c617224 vterm: fix paste-before and add paste-after command
The `vterm-yank` that is currently bound to `p` actually pastes before
the cursor, so I am rebinding it to `P` and adding a function for
pasting after the cursor.
2022-05-02 01:12:34 +08:00
Jakub Kadlcik 3d853e67af vterm: use ^ for jumping at the beginning of the command but after prompt
We have `0` for jumping at the very first character of the current
line and `^` for jumping to the non-blank character. It is useful to
keep this distinction in `vterm` buffers. However, it doesn't make
much sense in the command part. Because we have a prompt, both of the
commands jump to the very first character. I think it would be more
useful to change `^` to jump to the first non-blank character after
the prompt.
2022-05-02 01:11:49 +08:00
James Nguyen c8366be124 Add some repolist bindings 2022-04-30 17:07:35 -04:00
Youmu e696e1e925
Silence package-lint warnings
* magit-section
* org-roam
* No period in snippet
2022-04-29 17:48:57 +08:00
James Nguyen b0c0bfb1c6 Add org-roam 2022-04-28 12:48:43 -04:00
James Nguyen e26c869735 Add magit-section
(Hopefully this doesn't conflict with magit.)
2022-04-28 12:48:07 -04:00
Jakub Kadlcik 205d43f1a0 vterm: add vterm-substitute and vterm-substitute-line
I baesd the implementation on `evil-substitute` and
`evil-change-whole-line`.
2022-04-28 13:24:45 +08:00
msaher 694c1b4201
info: Add "g," as a keybinding for `Info-index-next' (#619) 2022-04-25 16:51:18 +08:00
condy 0488e2840f backspace for tty users 2022-04-24 03:27:25 +08:00
condy 63c6fd00c2 minibuffer: cc fix 2022-04-17 19:19:43 +08:00
0x28 572de25f93 Add bindings for the new help-mode commands 2022-04-15 12:42:23 -07:00
James Nguyen 6f99be20a3 Run emms setup hook later 2022-04-15 15:36:53 -04:00
James Nguyen 8d42153481 Delay running `evil-collection-setup-hook` for modes like eshell (#602) 2022-04-15 12:24:38 -07:00
James Nguyen 9f287eb937 Magit: Change motion states to normal 2022-04-14 11:16:09 -04:00
James Nguyen 4edcbf4cc2 Add keyword for vundo 2022-04-14 11:05:32 -04:00
James Nguyen 535ad8dc52 Add vundo
e.g.
(use-package vundo
 :ensure t
 :straight (vundo :type git :host github :repo "casouri/vundo")
 :commands (vundo)
 :config
 (setq vundo-compact-display t))
2022-04-14 11:00:51 -04:00
James Nguyen 646fbe11c8 Sort magit maps to allow key translation to work (#433) 2022-04-14 10:09:17 -04:00
James Nguyen ceac1a9681 Add corfu (#552) 2022-04-13 22:50:36 -04:00
James Nguyen 7d593ab285 Add ZZ/ZQ bindings to eldoc & restclient 2022-04-13 11:32:02 -04:00
James Nguyen d9b9381eb3 Add eldoc (#551) 2022-04-13 11:28:07 -04:00
condy 86abadd96c flymake: update copyright year 2022-04-12 14:46:58 +08:00
jgart f016b5135f Adds goto next and previous flymake bindings 2022-04-12 14:07:45 +08:00
Ahnaf Al Rafi 4e9468d1db ebib: change mapping for "y" in ebib-entry-mode.
Change mapping for "y" in ebib-entry-mode to "ebib-copy-current-field-contents" instead of "ebib-copy-field-contents" since the latter is not a command.
2022-04-11 13:51:48 -07:00
Tianshu Wang 8342a50830
embark: add more keybinds to embark-collect-mode (#606) 2022-04-02 16:02:11 +08:00
condy ecc4ecc288 magit: fix tests 2022-04-02 15:57:34 +08:00
Jonas Bernoulli e557188692 Use transient's definition macros by their new names
See https://github.com/magit/transient/issues/192.
2022-03-14 08:59:04 -07:00
okamsn a9c4545f41 Bind other Selectrum commands.
Bind commands:
- `selectrum-next-group`
- `selectrum-previous-group`
- `selectrum-goto-end`
- `selectrum-goto-beginning`
- `selectrum-kill-ring-save`
2022-03-06 14:09:36 +08:00
condy 017ec2a63d atomic-chrome: Initial support 2022-02-28 07:05:43 +08:00
Philippe Vaucher 2dc6b5e56a
docker: Update bindings according 2022-02-22 19:04:01 +08:00
condy 5881268e93 bookmark: bind 's' to bookmark-bmenu-search 2022-02-22 18:56:42 +08:00