Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • 1
    You could quite easily wrap tmux in simple shell functions that do the most basic stuff, like split horizontally/vertically, switch to another window, etc. If you write something from scratch, you get something quite heavy that you have to maintain, and that they will have to learn. Better to base it off tmux with the option for them to later more smoothly stop using your shell wrappers. Commented Oct 25, 2019 at 12:22