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

authored by Yohann Boniface and committed by GitHub b764ebce b670304b

+1 -1
+1 -1
pkgs/by-name/ya/yazi/plugins/jump-to-char/default.nix
··· 15 15 }; 16 16 17 17 meta = { 18 - description = "Switch the preview pane between hidden and shown"; 18 + description = "Vim-like f<char>, jump to the next file whose name starts with <char>."; 19 19 license = lib.licenses.mit; 20 20 maintainers = with lib.maintainers; [ khaneliman ]; 21 21 };