You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
457 B
Cheetah

10 months ago
modal = true
9 months ago
default_flags = "gh"
10 months ago
show_selection_mark = true
9 months ago
icon_theme = "vscode"
[special-paths]
"**/.git" = "hide"
"**/target" = "noenter"
"**/dist" = "noenter"
"**/out" = "noenter"
10 months ago
[[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