diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-08-06 16:02:32 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-08-06 16:02:32 -0500 |
| commit | af97a24be201f8fffe8ea73a1f1aab1e234fa1ce (patch) | |
| tree | cbeb392eba832d89ab48732dfffb518bc904fa5b /find-file/file.toml | |
| parent | da59e4b84427f1add813a73472bee2d5b32c210d (diff) | |
find-file
Diffstat (limited to 'find-file/file.toml')
| -rw-r--r-- | find-file/file.toml | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
