Goodbye Tedious Workflows: My tmux-Powered Dev Setup

2025-06-23

This post details a highly efficient development workflow built around tmux. The author uses clever tmux configuration and scripting to directly open files on a remote server, seamlessly jump between panes, and switch effortlessly between files—all without local clones. The post walks through the configuration, including regular expressions and scripts, and compares alternatives. The motivation stemmed from frustrations with VSCode's lag and keybinding conflicts. While complex to set up, the author argues the efficiency gains outweigh the cost.

Development remote development