diff options
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 |
