Commit Graph

12 Commits

Author SHA1 Message Date
45mg f1bb4733de pdf: disable visual-mode
Evil's visual-mode does not know how to select text within a PDF, and
instead selects the entire pdf image, which is useless and
counterintuitive - see doomemacs/doomemacs#6286,
emacs-evil/evil-collection#683.
2024-03-20 02:15:19 +08:00
45mg 556ca31ce6 pdf: implement evil yank to registers
Evil users expect to be able to yank to named registers, but pdf-view
only gives us `pdf-view-kill-ring-save'. So we implement our own version
of evil-yank for pdf-view buffers.
2024-03-20 00:48:59 +08:00
Gongqi Huang 4cbc40bc1e Fix typo 2024-01-05 00:21:26 +08:00
James Nguyen ec6ac028fc Remove pdf workaround (#152) 2023-03-09 14:20:21 -05:00
PRESFIL 6306aa78a9 pdf: Add binds for `pdf-history-forward/backward`
... and remove duplicate `(defvars ...)`
2022-09-27 01:23:11 +08: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 98d28bc679 Fix quoting 2022-06-04 13:51:23 -04: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 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
MaxSt 41f894c504 Add keybindings for toggling children in pdf-outline-mode 2020-01-05 19:41:42 +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