From 28436d27e18f6e1c418af249ae2445831a87c962 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 12 Dec 2012 22:20:30 -0500 Subject: [PATCH] fix minor README style issues --- README.rst | 114 ++++++++++++++++++++++++++--------------------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/README.rst b/README.rst index 4662bf9..9125cdf 100644 --- a/README.rst +++ b/README.rst @@ -60,63 +60,63 @@ INSERT MODE COMMAND MODE ------------ -+------------------------+-----------------------------------------------------------+ -| ``escape`` | deactivate command 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 half a screen up | -+------------------------+-----------------------------------------------------------+ -| ctrl-d | move cursor half a screen down | -+------------------------+-----------------------------------------------------------+ -| ``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 exit command mode | -+------------------------+-----------------------------------------------------------+ -| ``n`` | next search match | -+------------------------+-----------------------------------------------------------+ -| ``N`` | previous search match | -+------------------------+-----------------------------------------------------------+ -| ``+`` | increase font size | -+------------------------+-----------------------------------------------------------+ -| ``-`` | decrease font size | -+------------------------+-----------------------------------------------------------+ ++--------------------------+-----------------------------------------------------------+ +| ``escape`` | deactivate command 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 half a screen up | ++--------------------------+-----------------------------------------------------------+ +| ``ctrl-d`` | move cursor half a screen down | ++--------------------------+-----------------------------------------------------------+ +| ``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 exit command 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.