From 52ae6d04fa18f2c764b78991248952193f1649e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Mon, 3 Oct 2011 23:44:05 +0200 Subject: [PATCH] Improve the Caret and Visual documentation somewhat. --- common/locale/en-US/various.xml | 12 ++++++++---- pentadactyl/TODO | 1 - 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/common/locale/en-US/various.xml b/common/locale/en-US/various.xml index df902e38..a98371ef 100644 --- a/common/locale/en-US/various.xml +++ b/common/locale/en-US/various.xml @@ -255,14 +255,18 @@ - i]]> + ]]> i caret-mode visual-mode i

- Start Caret mode. This mode resembles the Vim's Normal mode where - the text cursor is visible on the web page. The v key - enters Visual mode, where text is selected as the cursor moves. + Start Caret mode. This mode resembles Vim's Normal mode where the + text cursor is visible on the web page. The v + key enters Visual mode, where text is selected as the cursor moves. +

+

+ You can see all mappings effective in Caret or Visual mode using + the :listkeys command.

diff --git a/pentadactyl/TODO b/pentadactyl/TODO index a049b671..8685a188 100644 --- a/pentadactyl/TODO +++ b/pentadactyl/TODO @@ -21,7 +21,6 @@ FEATURES: 8 wherever possible: get rid of dialogs and ask console-like dialog questions or write error prompts directly on the webpage or with :echo() 8 registers -8 Document Caret and Visual modes. 8 add support for filename special characters such as % 8 :redir and 'verbosefile' 8 middleclick in content == p, and if command line is open, paste there the clipboard buffer