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.

51 lines
918 B
Cheetah

10 months ago
modal = true
10 months ago
default_flags = "gh"
10 months ago
show_selection_mark = true
{{#if cfg.broot.icons}}
10 months ago
icon_theme = "vscode"
{{/if}}
10 months ago
[special-paths]
"**/.git" = "hide"
"**/target" = "no-enter"
"**/dist" = "no-enter"
"**/out" = "no-enter"
10 months ago
[[verbs]]
key = "enter"
shortcut = "e"
external = "nu -c \"use ide.nu; ide open-file '{file}'\""
8 months ago
apply_to = "file"
10 months ago
leave_broot = false
[[verbs]]
invocation = "touch {name}"
external = "nu -c \"touch {directory}/{name}\""
apply_to = "any"
leave_broot = false
[[verb]]
invocation = "git_diff"
shortcut = "gd"
leave_broot = "false"
execution = "git difftool -y {file}"
apply_to = "file"
[[verbs]]
invocation = "open_leave"
key = "alt-enter"
shortcut = "ol"
external = "nu -c \"touch {directory}/{name}\""
8 months ago
apply_to = "file"
[[verbs]]
invocation = "open_stay"
key = "enter"
shortcut = "os"
external = "nu -c \"touch {directory}/{name}\""
leave_broot = false
8 months ago
apply_to = "file"
8 months ago
[skin]
default = ""