Add broot config
parent
e88ddb863c
commit
d6980fa9f3
@ -0,0 +1,16 @@
|
||||
modal = true
|
||||
default_flags = "g"
|
||||
show_selection_mark = true
|
||||
|
||||
[[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
|
Loading…
Reference in New Issue