mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 12:27:57 +01:00
add initial (very rough) implementation of :noremap
This commit is contained in:
@@ -238,6 +238,12 @@ function Mappings() //{{{
|
||||
return map;
|
||||
}
|
||||
|
||||
// TODO: move default maps to their own v.normal namespace
|
||||
this.getDefaultMap = function(mode, cmd)
|
||||
{
|
||||
return getMap(mode, cmd, main);
|
||||
}
|
||||
|
||||
// returns an array of mappings with names which start with "cmd"
|
||||
this.getCandidates = function(mode, cmd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user