blob: f25d67f54edefb63bb67cd09a16a3f4097ad4973 (
plain)
1
2
3
4
5
6
7
8
9
|
imports = ["~/.config/broot/conf.toml"]
quit_on_last_cancel = true
[[verbs]]
apply_to = "directory"
external = "bash -c -- \"~/.config/tmux/sessionizer.sh '{file}'\""
invocation = "sessionizer"
key = "enter"
leave_broot = true
|