[docs] hotkey reference

pull/69/head
Timothy Stack 11 years ago
parent a4a0d20ccd
commit e8672e825a

@ -0,0 +1,67 @@
Hotkeys
=======
+-----------------+------------------------------------+
| Navigation | |
+=================+====================================+
| Key | Description |
+-----------------+------------------------------------+
| space/pgdn | Down a page |
+-----------------+------------------------------------+
| b/bs/pgup | Up a page |
+-----------------+------------------------------------+
| j/cr/down-arrow | Down a line |
+-----------------+------------------------------------+
| k/up-arrow | Up a line |
+-----------------+------------------------------------+
| h/left-arrow | Left half a page |
+-----------------+------------------------------------+
| l/right-arrow | Right half a page |
+-----------------+------------------------------------+
| home | Top of the view |
+-----------------+------------------------------------+
| end | Bottom of the view |
+-----------------+------------------------------------+
| e/E | Next/previous error |
+-----------------+------------------------------------+
| w/W | Next/previous warning |
+-----------------+------------------------------------+
| n/N | Next/previous search hit |
+-----------------+------------------------------------+
| >/< | Next/previous search hit |
| | (horizontal) |
+-----------------+------------------------------------+
| f/F | Next/previous file |
+-----------------+------------------------------------+
| u/U | Next/previous bookmark |
+-----------------+------------------------------------+
+-----------+------------------------------------+
| Bookmarks | |
+===========+====================================+
| m | Mark/unmark the top line |
+-----------+------------------------------------+
| M | Mark/unmark the range of |
| | lines from the last marked |
| | to the top |
+-----------+------------------------------------+
| J | Mark/unmark the next line |
| | after the previously marked |
+-----------+------------------------------------+
| K | Mark/unmark the previous line |
+-----------+------------------------------------+
| c | Copy marked lines to the clipboard |
+-----------+------------------------------------+
| C | Clear marked lines |
+-----------+------------------------------------+
+---------+------------------------------------+
| Display | |
+=========+====================================+
| ? | View/leave builtin help |
+---------+------------------------------------+
| q | Return to the previous view/quit |
+---------+------------------------------------+
| T | Display elapsed time between lines |
+---------+------------------------------------+
Loading…
Cancel
Save