Commit Graph

24 Commits

Author SHA1 Message Date
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
msaher 694c1b4201
info: Add "g," as a keybinding for `Info-index-next' (#619) 2022-04-25 16:51:18 +08:00
MaxCan-Code 7c2cb5ad5a [Info]: fix bind syntax 2021-09-04 16:19:41 +08:00
MaxCan-Code c35694ec74 [Info]: remap `Info-history` and `Info-goto-node`
> "gd" does not match the rationale of "go to definition"
* `Info-goto-node` bound to `g` in emacs Info mode, bind to `g G` instead
* `L` taken by evil, `g L` for `Info-history` instead
2021-09-04 16:19:41 +08:00
MaxCan-Code d3b417af88 [Info]: remove normal mode override
no longer needed after https://github.com/emacs-evil/evil/issues/1488
2021-09-04 16:19:41 +08:00
MaxCan-Code 9ed1e40aa6 [Info]: remove visual mode override
no longer needed after https://github.com/emacs-evil/evil/issues/1488
2021-09-04 16:19:41 +08:00
condy 0a836facbc Info: bind RET 2021-08-24 06:12:03 +08:00
condy 2d3d652cb5 Info: browse info like browser on macOS 2021-03-19 22:40:39 +08:00
condy 5009fcfe9e Info: Support digit arguments 2021-03-19 00:55:54 +08:00
condy b5ade1850d Info: Support mouse 2021-03-19 00:43:58 +08:00
James Nguyen a3f8d1b4c9 Refactor menu-items to use evil-collection-define-operator-key 2021-02-03 21:08:35 -08:00
condy 9cff50e3be info: revamped via read-only bindings 2020-11-15 18:53:44 +01:00
crocket 2762b00c47 Add `g TAB` as a substitute on terminal for Tab. 2020-07-11 11:55:34 -07:00
condy 75d749eb57 Info-exit is marked obsolete since 27.1, use quit-window instead 2020-06-07 11:08:56 +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
Pierre Neidhardt 0dfc9df390 info: Fix h/l in visual state. 2020-04-24 09:57:47 +02: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
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
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
Justin Burkett 95dad4c734 Use subdirectories for setup files (+READMEs)
Move setup files into subdirectories. Move mode directories to modes subdir.
This will make it easy to specify a recipe in melpa that maintains the directory
structure. Add interactive functions to jump to .el and README files

See #170
2019-10-09 19:41:45 -07:00