diff options
| author | Tyler Smith <tyler@plantarum.ca> | 2015-08-17 13:12:57 -0400 |
|---|---|---|
| committer | Tyler Smith <tyler@plantarum.ca> | 2015-08-17 13:12:57 -0400 |
| commit | 7ad4ebfffa26354b8ed87a8620cf8f14643dff0f (patch) | |
| tree | 7b57df96c04ef920b0f46378c844b276bb1ae8dc /README.org | |
| parent | 787762d3ad86fcba2ce81889f56968dc8b475d97 (diff) | |
Added a list of keybindings with command summaries
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 43 |
1 files changed, 43 insertions, 0 deletions
@@ -56,6 +56,49 @@ + Keep track of visited pages via a history. + Apply a color filter for reading in low light conditions. +*** Default Keybindings +**** Navigation + - Scroll Up / Down by page-full :: ~space~ / ~backspace~ + - Scroll Up / Down by line :: ~C-n~ / ~C-b~ + - Scroll Right / Left :: ~C-f~ / ~C-b~ + - Top of Page / Bottom of Page :: ~<~ / ~>~ + - Next Page / Previous Page :: ~n~ / ~p~ + - First Page / Last Page :: ~M-<~ / ~M->~ + - Incremental Search Forward / Backward :: ~C-s~ / ~C-r~ + - Occur (list all lines containing a phrase) :: ~M-s o~ + - Jump to Occur Line :: ~RETURN~ + - Pick a Link and Jump :: ~F~ + - Incremental Search in Links :: ~f~ + - History Back / Forwards :: ~B~ / ~F~ + - Display Outline :: ~o~ + - Jump to Section from Outline :: ~RETURN~ + - Jump to Page :: ~M-g g~ + +**** Display + - Zoom in / Zoom out :: ~+~ / ~-~ + - Fit Height / Fit Width / Fit Page :: ~H~ / ~W~ / ~P~ + - Trim margins (set slice to bounding box) :: ~s b~ + - Reset margins :: ~s r~ + - Reset Zoom :: 0 + +**** Annotations + - List Annotations :: ~C-c C-a l~ + - Jump to Annotations from List :: ~SPACE~ + - Mark Annotation for Deletion :: ~d~ + - Delete Marked Annotations :: ~x~ + - Unmark Annotations :: ~u~ + - Close Annotation List :: ~q~ + - Add and edit annotations :: via Mouse selection and left-click context + menu + +**** Syncing with Auctex + - jump to PDF location from source :: ~C-c C-g~ + - jump source location from PDF :: ~double-click~ + +**** Miscellaneous + - Refresh File (e.g., after recompiling source) :: ~g~ + - Print File :: ~C-c C-p~ + ** Installation The package may be installed via melpa and it will try to build the server part when it is activated the first time, though the next |
