My tmux configuration and workflow
Follow tmux wiki for more information
Install tmux
# ubuntu
sudo apt install tmux
# mac
brew install tmux
Tmux configuration file
After tmux is successfully installed, we can customize tmux shortcut keys and other configurations by creating a ~/.tm...
blog.przbadu.dev5 min read