1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 06:07:59 +01:00

Use | rather than \ for the toggle view-source command.

\ conflicts with the default map-leader.

--HG--
extra : transplant_source : %83%DF%5D2%8FJ%7B%29X%EF%5B%09%AB%84ON%D7%0CEz
This commit is contained in:
Doug Kearns
2009-09-27 02:06:39 +10:00
parent 688b529fdc
commit 41a1a4cda0
4 changed files with 6 additions and 6 deletions

View File

@@ -324,7 +324,7 @@ function Buffer() //{{{
"View source with an external editor", "View source with an external editor",
function () { buffer.viewSource(null, true); }); function () { buffer.viewSource(null, true); });
mappings.add(myModes, ["\\"], mappings.add(myModes, ["|"],
"Toggle between rendered and source view", "Toggle between rendered and source view",
function () { buffer.viewSource(null, false); }); function () { buffer.viewSource(null, false); });

View File

@@ -41,7 +41,7 @@
[c]:helpall[c] [c]:helpall[c]
* add [m];c[m] extended hint mode - open the context menu * add [m];c[m] extended hint mode - open the context menu
* add [m]@:[m] mapping - repeat the last Ex command * add [m]@:[m] mapping - repeat the last Ex command
* add [m]\[m] mapping - toggle between rendered and source view * add [m]|[m] mapping - toggle between rendered and source view
2009-05-21: 2009-05-21:
* version 2.1 * version 2.1

View File

@@ -53,8 +53,8 @@ editor.
________________________________________________________________________________ ________________________________________________________________________________
|\| + |$$|$$| +
||\|| |||||
________________________________________________________________________________ ________________________________________________________________________________
Toggle between rendered and source view. Alternates the page in the current tab Toggle between rendered and source view. Alternates the page in the current tab
between a normally rendered view and the internal editor source view. between a normally rendered view and the internal editor source view.

View File

@@ -53,8 +53,8 @@ editor.
________________________________________________________________________________ ________________________________________________________________________________
|\| + |$$|$$| +
||\|| |||||
________________________________________________________________________________ ________________________________________________________________________________
Toggle between rendered and source view. Alternates the page in the current tab Toggle between rendered and source view. Alternates the page in the current tab
between a normally rendered view and the internal editor source view. between a normally rendered view and the internal editor source view.