Articles tagged with #tmux




IDE in the terminal: meet vim and tmux

Integrated Development Environment. That is, an environment what integrates helper tools to help you with your development activities. Now that our environment variables are set up properly, let's get comfortable with the terminal multiplexer tmux and the main part of a development environment: the editor, in our case: vim. After …



My terminal-only DevOps-friendly "IDE" (part I)

As from January 2020 I started a new job at Knowledge Lab, I again faced the challenge of how we could somehow standardize tooling across team members with a DevOps-first approach, focusing on proper CI/CD infrastructure, code quality and automation wherever we can. This post would be way too …