summaryrefslogtreecommitdiff
path: root/vimperator
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-05-22 18:30:39 +1000
committerDoug Kearns <dougkearns@gmail.com>2009-05-22 18:30:39 +1000
commit62853b249869ea47d0506d8d91865f5ee7c733b8 (patch)
tree7f951b508d6300c526dcfd1b6a758eba497bdedc /vimperator
parentda89552a1ea53ccdea1e59554c52d19228230110 (diff)
downloadpentadactyl-62853b249869ea47d0506d8d91865f5ee7c733b8.tar.gz
Add \ mapping to toggle between rendered and source view.
Like lynx, elinks et al.
Diffstat (limited to 'vimperator')
-rw-r--r--vimperator/NEWS3
-rw-r--r--vimperator/locale/en-US/buffer.txt8
-rw-r--r--vimperator/locale/en-US/index.txt2
3 files changed, 12 insertions, 1 deletions
diff --git a/vimperator/NEWS b/vimperator/NEWS
index 318858b2..3edd04b7 100644
--- a/vimperator/NEWS
+++ b/vimperator/NEWS
@@ -1,6 +1,7 @@
2009-XX-XX:
* version 2.2a1pre
- * add @: mapping
+ * add @: mapping - repeat the last Ex command
+ * add \ mapping - toggle between rendered and source view
2009-05-21:
* version 2.1
diff --git a/vimperator/locale/en-US/buffer.txt b/vimperator/locale/en-US/buffer.txt
index 4a6975e0..8029020d 100644
--- a/vimperator/locale/en-US/buffer.txt
+++ b/vimperator/locale/en-US/buffer.txt
@@ -54,6 +54,14 @@ source of that document. When [!] is given, it is opened with the external
editor.
________________________________________________________________________________
+
+|\| +
+||\||
+________________________________________________________________________________
+Toggle between rendered and source view. Alternates the page in the current tab
+between a normally rendered view and the internal editor source view.
+________________________________________________________________________________
+
section:Motion{nbsp}commands[motion,scrolling]
|^| |0| +
diff --git a/vimperator/locale/en-US/index.txt b/vimperator/locale/en-US/index.txt
index 8c7349b9..082efdde 100644
--- a/vimperator/locale/en-US/index.txt
+++ b/vimperator/locale/en-US/index.txt
@@ -78,6 +78,8 @@ section:Normal{nbsp}mode[normal-index]
||[m]~[m]|| Open home directory +
+||[m]\[m]|| Toggle between rendered and source view +
+
||[m]/[m]|| Search forward for a pattern +
||[m]?[m]|| Search backwards for a pattern +
||[m]*[m]|| Find word under cursor +