imports = ["~/.config/broot/conf.toml"] quit_on_last_cancel = true [[verbs]] apply_to = "file" external = ["bash", "-c", "~/.config/tmux/scripts/split.sh -c \"#{?@default-path,#{@default-path},#{pane_current_path}}\" \"hx '{file}'\""] invocation = "tmux-split" key = "ctrl-s" leave_broot = true [[verbs]] apply_to = "file" external = ["tmux", "new-window", "-c", "#{?@default-path,#{@default-path},#{pane_current_path}}", "hx '{file}'"] invocation = "tmux-window" key = "ctrl-w" leave_broot = true