1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-24 07:26:37 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
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