How I navigate tmux in 2021
change_speed = (speed) => [...document.querySelectorAll('video')].map(v => v.playbackRate=v.playbackRate+speed)
In 2021 I changed the way I navigate between tmux sessions big time. Now I can
create, kill, switch with ease, and generally keep work separated into logical
groups.
Update # [1]
Since making this post, I have made ~20 other posts in short form that all have
a YouTube video to go along with them you can find them all on my
tmux-playlist [2].
Chris Toomey’s [3] Tmux Course # [4]
I took Chris’s tmux course [5] in December
2020 and it was fantastic. Even as a seasoned tmux user, I learned quite a bit.
Before the course, I was proficient in navigating within each of my tmux
sessions but rarely started more than one session. A few months later, I have
adopted a lot of what I learned from Chris and made it my own.
I am now keeping projects to their own session and can move between them
fluidly with just a few keystrokes. For high-traffic projects, I have them
bound to a si...