summaryrefslogtreecommitdiff
path: root/modes/pdf
AgeCommit message (Collapse)Author
2025-09-16fix(pdf): correct typo for doc-view-modeEyoel Tesfu
2024-06-05elisp-refs, emms, pdf, xwidget: Use kill-current-buffercondy
kill-this-buffer says > This command can be reliably invoked only from the menu bar, > otherwise it could decide to silently do nothing.
2024-03-20pdf: disable visual-mode45mg
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-20pdf: implement evil yank to registers45mg
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-01-05Fix typoGongqi Huang
2023-03-09Remove pdf workaround (#152)James Nguyen
2022-09-27pdf: Add binds for `pdf-history-forward/backward`PRESFIL
... and remove duplicate `(defvars ...)`
2022-06-06Change package-requires to 26.3James Nguyen
25 was already deprecated a year ago: https://github.com/emacs-evil/evil-collection/pull/508/files
2022-06-04Fix quotingJames Nguyen
2020-05-18Add C-u and C-d to pdf-view-mode-map (#335)dani84bs
* 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-18pdf: Remove accidental image animation bindings, rebind "f" and "F" to link ↵Pierre Neidhardt
commands.
2020-05-13Fix pdf goto first/last page loosing hscrollTyler Ware
2020-01-05Add keybindings for toggling children in pdf-outline-modeMaxSt
2019-10-09Use subdirectories for setup files (+READMEs)Justin Burkett
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