mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:28:01 +01:00
readded getUserIterator
This commit is contained in:
@@ -181,6 +181,12 @@ vimperator.Mappings = function () //{{{
|
|||||||
return mappingsIterator([vimperator.modes.NORMAL], main);
|
return mappingsIterator([vimperator.modes.NORMAL], main);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// used by :mkvimperatorrc to save mappings
|
||||||
|
getUserIterator: function (mode)
|
||||||
|
{
|
||||||
|
return mappingsIterator(mode, user);
|
||||||
|
},
|
||||||
|
|
||||||
add: function (modes, keys, description, action, extra)
|
add: function (modes, keys, description, action, extra)
|
||||||
{
|
{
|
||||||
addMap (new vimperator.Map(modes, keys,
|
addMap (new vimperator.Map(modes, keys,
|
||||||
|
|||||||
Reference in New Issue
Block a user