Reduce which-key delay

This commit is contained in:
Vili Sinervä 2025-01-02 16:06:35 +02:00
parent 9dd5af3c2f
commit 701d4a73fa
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -127,7 +127,7 @@ in
enable = true;
settings.delay.__raw = ''
function(ctx)
return ctx.plugin and 0 or 1000
return ctx.plugin and 0 or 500
end
'';
};