mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
lib/binds: remove unused helpers
This commit is contained in:
parent
f68a09a600
commit
f2899a317a
1 changed files with 0 additions and 11 deletions
|
@ -68,17 +68,6 @@
|
||||||
|
|
||||||
pushDownDefault = attr: mapAttrs (_: mkDefault) attr;
|
pushDownDefault = attr: mapAttrs (_: mkDefault) attr;
|
||||||
|
|
||||||
mkLznBinding = mode: key: action: desc: {
|
|
||||||
inherit mode desc key action;
|
|
||||||
};
|
|
||||||
|
|
||||||
mkLznExprBinding = mode: key: action: desc: {
|
|
||||||
inherit mode desc key action;
|
|
||||||
lua = true;
|
|
||||||
silent = true;
|
|
||||||
expr = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
mkSetLznBinding = mode: binding: action: {
|
mkSetLznBinding = mode: binding: action: {
|
||||||
inherit action mode;
|
inherit action mode;
|
||||||
key = binding.value;
|
key = binding.value;
|
||||||
|
|
Loading…
Reference in a new issue