mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 08:27: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:
@@ -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); });
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user