Reduce which-key delay
This commit is contained in:
parent
9dd5af3c2f
commit
701d4a73fa
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.delay.__raw = ''
|
settings.delay.__raw = ''
|
||||||
function(ctx)
|
function(ctx)
|
||||||
return ctx.plugin and 0 or 1000
|
return ctx.plugin and 0 or 500
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue