diff --git a/common/locale/en-US/index.xml b/common/locale/en-US/index.xml index 8053e627..f451df93 100644 --- a/common/locale/en-US/index.xml +++ b/common/locale/en-US/index.xml @@ -18,6 +18,7 @@ This file contains a list of all available commands, mappings and options.
i
Start Insert mode in text areas when insertmode is not set
Launch the external editor
+
Enter Textarea mode
Expand an Insert-mode abbreviation
diff --git a/common/locale/en-US/insert.xml b/common/locale/en-US/insert.xml index bba5b00e..b727c561 100644 --- a/common/locale/en-US/insert.xml +++ b/common/locale/en-US/insert.xml @@ -39,6 +39,16 @@ + + ]]> + <C-t> + +

+ Enter Textarea mode. This is useful for quick editing of text fields + with basic Vim-keys support. See also insertmode. +

+
+
]]> diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index bc1950dd..6a79af01 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -829,8 +829,7 @@

- Textarea mode can be entered with from Insert mode. - + Textarea mode can be entered with from Insert mode.

diff --git a/pentadactyl/TODO b/pentadactyl/TODO index 2452855b..a1f9ad41 100644 --- a/pentadactyl/TODO +++ b/pentadactyl/TODO @@ -37,7 +37,7 @@ FEATURES: 9 Fix the arbitrary distinction between 'hinttags' and 'extendedhinttags' 9 Support multiple bookmarks, -keyword, -tags in :delbmarks -8 Document Textarea, Caret and Visual modes. +8 Document Caret and Visual modes. 8 finish :help TODOs 8 fix local options 8 adaptive timeout for auto-completions, :set completions can be updated more often than