Updated the readme.

This commit is contained in:
Matt Kemp 2015-05-24 17:06:56 -05:00
parent ecd495d737
commit 5b730eb69c
1 changed files with 61 additions and 61 deletions

View File

@ -78,67 +78,67 @@ INSERT MODE
SELECTION MODE
--------------
+--------------------------+-----------------------------------------------------------+
| ``escape`` or ``ctrl-[`` | enter insert mode |
+--------------------------+-----------------------------------------------------------+
| ``x`` | activate url hints mode |
+--------------------------+-----------------------------------------------------------+
| ``v`` | visual mode |
+--------------------------+-----------------------------------------------------------+
| ``V`` | visual line mode |
+--------------------------+-----------------------------------------------------------+
| ``ctrl-v`` | visual block mode |
+--------------------------+-----------------------------------------------------------+
| ``hjkl`` or arrow keys | move cursor left/down/up/right |
+--------------------------+-----------------------------------------------------------+
| ``w`` or ``shift-right`` | forward word |
+--------------------------+-----------------------------------------------------------+
| ``b`` or ``shift-left`` | backward word |
+--------------------------+-----------------------------------------------------------+
| ``W`` or ``ctrl-right`` | forward WORD (non-whitespace) |
+--------------------------+-----------------------------------------------------------+
| ``B`` or ``ctrl-left`` | backward WORD (non-whitespace) |
+--------------------------+-----------------------------------------------------------+
| ``0`` | move cursor to the first column in the row |
+--------------------------+-----------------------------------------------------------+
| ``^`` | beginning-of-line (first non-blank character) |
+--------------------------+-----------------------------------------------------------+
| ``$`` | end-of-line |
+--------------------------+-----------------------------------------------------------+
| ``g`` | jump to start of first row |
+--------------------------+-----------------------------------------------------------+
| ``G`` | jump to start of last row |
+--------------------------+-----------------------------------------------------------+
| ``ctrl-u`` | move cursor a half screen up |
+--------------------------+-----------------------------------------------------------+
| ``ctrl-d`` | move cursor a half screen down |
+--------------------------+-----------------------------------------------------------+
| ``ctrl-b`` | move cursor a full screen up (back) |
+--------------------------+-----------------------------------------------------------+
| ``ctrl-f`` | move cursor a full screen down (forward) |
+--------------------------+-----------------------------------------------------------+
| ``y`` | copy to CLIPBOARD |
+--------------------------+-----------------------------------------------------------+
| ``/`` | forward search |
+--------------------------+-----------------------------------------------------------+
| ``?`` | reverse search |
+--------------------------+-----------------------------------------------------------+
| ``u`` | forward url search |
+--------------------------+-----------------------------------------------------------+
| ``U`` | reverse url search |
+--------------------------+-----------------------------------------------------------+
| ``o`` | open the current selection as a url |
+--------------------------+-----------------------------------------------------------+
| ``Return`` | open the current selection as a url and enter insert mode |
+--------------------------+-----------------------------------------------------------+
| ``n`` | next search match |
+--------------------------+-----------------------------------------------------------+
| ``N`` | previous search match |
+--------------------------+-----------------------------------------------------------+
| ``+`` | increase font size |
+--------------------------+-----------------------------------------------------------+
| ``-`` | decrease font size |
+--------------------------+-----------------------------------------------------------+
+-----------------------------------+-----------------------------------------------------------+
| ``q`` or ``escape`` or ``ctrl-[`` | enter insert mode |
+-----------------------------------+-----------------------------------------------------------+
| ``x`` | activate url hints mode |
+-----------------------------------+-----------------------------------------------------------+
| ``v`` | visual mode |
+-----------------------------------+-----------------------------------------------------------+
| ``V`` | visual line mode |
+-----------------------------------+-----------------------------------------------------------+
| ``ctrl-v`` | visual block mode |
+-----------------------------------+-----------------------------------------------------------+
| ``hjkl`` or arrow keys | move cursor left/down/up/right |
+-----------------------------------+-----------------------------------------------------------+
| ``w`` or ``shift-right`` | forward word |
+-----------------------------------+-----------------------------------------------------------+
| ``b`` or ``shift-left`` | backward word |
+-----------------------------------+-----------------------------------------------------------+
| ``W`` or ``ctrl-right`` | forward WORD (non-whitespace) |
+-----------------------------------+-----------------------------------------------------------+
| ``B`` or ``ctrl-left`` | backward WORD (non-whitespace) |
+-----------------------------------+-----------------------------------------------------------+
| ``0`` | move cursor to the first column in the row |
+-----------------------------------+-----------------------------------------------------------+
| ``^`` | beginning-of-line (first non-blank character) |
+-----------------------------------+-----------------------------------------------------------+
| ``$`` | end-of-line |
+-----------------------------------+-----------------------------------------------------------+
| ``g`` | jump to start of first row |
+-----------------------------------+-----------------------------------------------------------+
| ``G`` | jump to start of last row |
+-----------------------------------+-----------------------------------------------------------+
| ``ctrl-u`` | move cursor a half screen up |
+-----------------------------------+-----------------------------------------------------------+
| ``ctrl-d`` | move cursor a half screen down |
+-----------------------------------+-----------------------------------------------------------+
| ``ctrl-b`` | move cursor a full screen up (back) |
+-----------------------------------+-----------------------------------------------------------+
| ``ctrl-f`` | move cursor a full screen down (forward) |
+-----------------------------------+-----------------------------------------------------------+
| ``y`` | copy to CLIPBOARD |
+-----------------------------------+-----------------------------------------------------------+
| ``/`` | forward search |
+-----------------------------------+-----------------------------------------------------------+
| ``?`` | reverse search |
+-----------------------------------+-----------------------------------------------------------+
| ``u`` | forward url search |
+-----------------------------------+-----------------------------------------------------------+
| ``U`` | reverse url search |
+-----------------------------------+-----------------------------------------------------------+
| ``o`` | open the current selection as a url |
+-----------------------------------+-----------------------------------------------------------+
| ``Return`` | open the current selection as a url and enter insert mode |
+-----------------------------------+-----------------------------------------------------------+
| ``n`` | next search match |
+-----------------------------------+-----------------------------------------------------------+
| ``N`` | previous search match |
+-----------------------------------+-----------------------------------------------------------+
| ``+`` | increase font size |
+-----------------------------------+-----------------------------------------------------------+
| ``-`` | decrease font size |
+-----------------------------------+-----------------------------------------------------------+
During scrollback search, the current selection is changed to the search match
and copied to the PRIMARY clipboard buffer.