mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-18 01:53:33 +02:00
fix some comment typos
This commit is contained in:
@@ -127,7 +127,7 @@ function Mappings() //{{{
|
|||||||
|
|
||||||
// FIXME: initialize empty map tables
|
// FIXME: initialize empty map tables
|
||||||
if (user[mode])
|
if (user[mode])
|
||||||
mappings = user[mode].concat(main[mode])
|
mappings = user[mode].concat(main[mode]);
|
||||||
else
|
else
|
||||||
mappings = main[mode]
|
mappings = main[mode]
|
||||||
|
|
||||||
@@ -719,7 +719,7 @@ function Mappings() //{{{
|
|||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|
||||||
// search managment
|
// search management
|
||||||
addDefaultMap(new Map(vimperator.modes.NORMAL, ["g/"],
|
addDefaultMap(new Map(vimperator.modes.NORMAL, ["g/"],
|
||||||
function(count) { vimperator.search.openSearchDialog(); },
|
function(count) { vimperator.search.openSearchDialog(); },
|
||||||
{
|
{
|
||||||
@@ -742,7 +742,7 @@ function Mappings() //{{{
|
|||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|
||||||
// vimperator managment
|
// vimperator management
|
||||||
addDefaultMap(new Map(vimperator.modes.NORMAL, ["<F1>"],
|
addDefaultMap(new Map(vimperator.modes.NORMAL, ["<F1>"],
|
||||||
function(count) { vimperator.help(null); },
|
function(count) { vimperator.help(null); },
|
||||||
{
|
{
|
||||||
@@ -881,7 +881,7 @@ function Mappings() //{{{
|
|||||||
{ cancel_mode: false, always_active: true }
|
{ cancel_mode: false, always_active: true }
|
||||||
));
|
));
|
||||||
|
|
||||||
// tab managment
|
// tab management
|
||||||
addDefaultMap(new Map(vimperator.modes.HINTS, ["<C-n>"],
|
addDefaultMap(new Map(vimperator.modes.HINTS, ["<C-n>"],
|
||||||
function() { vimperator.tabs.select('+1', true); },
|
function() { vimperator.tabs.select('+1', true); },
|
||||||
{ cancel_mode: true, always_active: true }
|
{ cancel_mode: true, always_active: true }
|
||||||
|
|||||||
Reference in New Issue
Block a user