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.

34 lines
634 B
Cheetah

11 months ago
modal = true
10 months ago
default_flags = "gh"
11 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"
11 months ago
[[verbs]]
invocation = "edit"
11 months ago
key = "enter"
shortcut = "e"
11 months ago
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
[[verb]]
invocation = "git_diff"
shortcut = "gd"
leave_broot = "false"
execution = "git difftool -y {file}"
apply_to = "file"