My Dev Productivity Setup: VSCode, Terminal, and tmux
My Dev Productivity Setup: VSCode, Terminal, and tmux

My Dev Productivity Setup: VSCode, Terminal, and tmux

Author
Shiv Bade
Tags
vscode
tmux
developer-tools
Published
May 14, 2015
Featured
Slug
Tweet
This quarter, I revamped my dev setup: - Switched to VSCode - Using iTerm2 + zsh + tmux for sessions - Aliased common git commands and builds
My .tmux.conf now includes:
set -g mouse on bind r source-file ~/.tmux.conf \; display "Reloaded!"
Productivity is environment + habit. This gave me both.