fix minor README style issues

This commit is contained in:
Daniel Micay 2012-12-12 22:20:30 -05:00
parent 2210a592b6
commit 28436d27e1
1 changed files with 57 additions and 57 deletions

View File

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