mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 14:27:59 +01:00
Limit @: to config.browserModes.
This commit is contained in:
@@ -966,7 +966,7 @@ function Commands() //{{{
|
|||||||
|
|
||||||
liberator.registerObserver("load_mappings", function ()
|
liberator.registerObserver("load_mappings", function ()
|
||||||
{
|
{
|
||||||
mappings.add([m for ([,m] in Iterator(modes.all)) if (m != modes.INSERT)],
|
mappings.add(config.browserModes,
|
||||||
["@:"], "Repeat the last Ex command",
|
["@:"], "Repeat the last Ex command",
|
||||||
function (count)
|
function (count)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user