I’ve been thinking about this for awhile now. For years now, fuzzy pickers and
last session have been my go to. They have served me well. I can typically
only keep so much in my head anyways. I’m often doing a hub and spoke pattern
between main project, notes, and infra repo, maybe two projects. Don’t get me
wrong, I regularly run with a dozen or more sessions running at a time, but
only two to three are in my immediate context at any point anyways.
The Design # [1]
harpoon for tmux
press a hotkey followed by one more keystroke, currently any left hand letter
SIMPLE, FAST, thats of utmost importance, what I want are sessions that I can
can be assigned in order of importance from middle row, top row, bottom row.
I added this binding to my tmux config. Now I can press c-a a to go to the
first session, c-a s to go to the second session. c-a and pause to think
j/k to navigate, space to pick up a session and move it, x to kill it.
bind-key -n c-a popup -E '~/go/bin/tgo'
Enter the ag...