DEV Community

Discussion on: tmux - A Terminal Multiplexer

Collapse
 
pmcgowan profile image
p-mcgowan • Edited

Yes! Tmux + vim (with ctrlp-vim) is the way to go - only one or two terminals per project.

I also added set -g mouse on to .tmux.conf to click-select panes and mouse wheel to scroll (instead of scrolling through bash history).