yaziPlugins.jump-to-char: Fix description (#432468)

This commit is contained in:
Yohann Boniface
2025-08-10 22:49:34 +02:00
committed by GitHub
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Switch the preview pane between hidden and shown";
description = "Vim-like f<char>, jump to the next file whose name starts with <char>.";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
};