modal = true default_flags = "gh" show_selection_mark = true icon_theme = "vscode" [special-paths] "**/.git" = "hide" "**/target" = "noenter" "**/dist" = "noenter" "**/out" = "noenter" [[verbs]] invocation = "open" key = "enter" external = "nu {{dirs.data}}/scripts/ide.nu open-file '{file}'" apply_to = "file" leave_broot = false [[verbs]] invocation = "touch {name}" external = "nu -c \"touch {directory}/{name}\"" apply_to = "any" leave_broot = false