dotfiles/.config/broot/select.hjson
2024-05-27 19:41:56 +02:00

17 lines
308 B
Text

verbs: [
{
invocation: "ok"
key: "enter"
leave_broot: true
execution: ":print_path"
apply_to: "directory"
}
{
invocation: "broot_home"
keys: ["ctrl-7", "ctrl-g"]
execution: "broot -f --conf ~/.config/broot/select.hjson $HOME"
leave_broot: true
}
]