Use fzf for tmux session switching
waylonwalker.com
Use fzf for tmux session switching
1–10 of 61 posts
Re: Use fzf for tmux session switching
#2Re: Use fzf for tmux session switching
#3Re: Use fzf for tmux session switching
#4Re: Use fzf for tmux session switching
#5Re: Use fzf for tmux session switching
#6i just wish i could connect to remote tmux back ends and recover windows as organized locally after a network cut.
so the local tmux presents the ui and performs session management, and the remote tmux backends hold the shells to provide network cut resilience, but still rely on the local ui instance for all user interaction (so cut/paste buffers and mousing and such are preserved)
Re: Use fzf for tmux session switching
#7It is interesting how much people use tmux for working in several interactive shells at once. I tend to use tmux more for running servers in detached windows.
One for my blog, podcast, 2 side projects, contract work, etc.. I usually have 6-10 sessions. Although I don't use fzf to search through them. The built in leader+s key makes finding and jumping between sessions painless, you also get the benefit of being able to see a preview of what's in the session.
Re: Use fzf for tmux session switching
#8Video is cut off on mobile
Seems like a transcoding error for certain devices only then, if nobody else noticed it.
Unrelated, but it was completely impossible for me to put the video on full screen. It seems like the site did something with the scroll that prevented me from scrolling horizontally to click the full screen button.
Re: Use fzf for tmux session switching
#9Re: Use fzf for tmux session switching
#10tmux sessions are incredibly useful for keeping multiple projects organized. i just wish i could connect to remote tmux back ends and recover windows as organized locally after a network cut. so the local tmux presents the ui and performs session management, and the remote tmux backends hold the shells to provide network cut resilience, but still rely on the local ui instance for all user interaction (so cut/paste bu…
On remote host:
$ tmux -S /tmp/remote.sock
On local host: $ ssh -L /tmp/local.sock:/tmp/remote.sock user@remote
$ tmux -S /tmp/local.sock attach
I Typed this on a phone and not validated but it looks good to me right now