diff options
| author | Tyler Smith <tyler@plantarum.ca> | 2015-08-17 13:20:57 -0400 |
|---|---|---|
| committer | Tyler Smith <tyler@plantarum.ca> | 2015-08-17 13:20:57 -0400 |
| commit | 5d7513e4091d3207dc2c790559cb8f28178a0eee (patch) | |
| tree | 3f5cadc5d7175178c14d30b8676e5b858d655008 /README.org | |
| parent | 7ad4ebfffa26354b8ed87a8620cf8f14643dff0f (diff) | |
Switched keybindings from descr. list to tables
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 80 |
1 files changed, 47 insertions, 33 deletions
@@ -58,46 +58,60 @@ *** 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~ +|--------------------------------------------+-----------------------| +| 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 +|------------------------------------------+-----------------| +| 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 +|-------------------------------+-------------------------------------------------| +| 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~ - +|----------------------------------+----------------| +| 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~ +|-----------------------------------------------+-----------| +| 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 |
