dotfiles/.config/broot/select.hjson

18 lines
308 B
Text
Raw Normal View History

2024-05-25 20:08:07 +02:00
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
}
]