feat(helix): show all files and sort sensibly in broot + enable modal mode to line up with helix
nel.pet 3 weeks ago 834f2479 1ab7a189
··· 18 18 ''; 19 19 }; 20 20 broot-conf = pkgs.writeTextDir "brootconf/conf.toml" '' 21 21 + modal = true 22 22 + initial_mode = "command" 23 23 + 24 24 + default_flags = "-gihc :sort_by_type" 25 25 + 21 26 [[verbs]] 22 27 invocation = "edit" 23 28 key = "enter"