From af97a24be201f8fffe8ea73a1f1aab1e234fa1ce Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:02:32 -0500 Subject: find-file --- find-file/file.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 find-file/file.toml (limited to 'find-file/file.toml') diff --git a/find-file/file.toml b/find-file/file.toml new file mode 100644 index 0000000..46540a6 --- /dev/null +++ b/find-file/file.toml @@ -0,0 +1,16 @@ +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 -- cgit v1.3.1