Hey HN, I'm a long-time user of i3 (now sway). I wrote this tool to provide the elegance of i3 to terminal users everywhere, especially for people like myself who sometimes use a non-i3 wm or no window manager at all (e.g. when testing code on a bare-bones raspberry pi). Cheers!
So if I want to open 2 panes, I run
dvtm n n # n is aliased to nnn + some program options
But if I want to open text/image files detached in a new pane, my custom opener calls: tmux split-window -h "vim \"$*\""
Can 3mux do both for me? - present a lightweight multiplexer
- support options to open split windows and run a command
Note: This is not necessarily i3-specific, please consider cross-DE/WM scenarios.