| Age | Commit message (Collapse) | Author |
|
|
|
kill-this-buffer says
> This command can be reliably invoked only from the menu bar,
> otherwise it could decide to silently do nothing.
|
|
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.
|
|
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.
|
|
|
|
|
|
... and remove duplicate `(defvars ...)`
|
|
25 was already deprecated a year ago:
https://github.com/emacs-evil/evil-collection/pull/508/files
|
|
|
|
* 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.
|
|
commands.
|
|
|
|
|
|
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
|