lib: add space mod
This commit is contained in:
parent
20bf0c7e51
commit
76eba15353
1 changed files with 1 additions and 0 deletions
|
@ -79,4 +79,5 @@ in
|
|||
cmd = expr: keys.Cmd + expr + keys.CR;
|
||||
leader = expr: keys.Leader + expr;
|
||||
localLeader = expr: keys.LocalLeader + expr;
|
||||
space = expr: keys.Space + expr;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue