Fuzzy-switching sesssion in tmux script
Fuzzy-switching sesssion in tmux script
During my work, I use multiple Tmux sessions to manage different projects. When I create a new session, I usually give it unique name so that I know that the project is about via the session name.
I found this post really helpful to anyone who is using tmux
You're viewing a single thread.
If you're using Neovim as well as tmux, telescope-tmux is pretty awesome for switching sessions, windows and more.
5 0 ReplyVery nice, thanks. But I'm not always inside neovim to use this plugin tho
1 0 ReplyYou don't have to already be inside of Neovim.
Tmux 3.2's new display-popup command is a neat way to access the telescope picker when you are outside of Neovim.
source: https://github.com/camgraff/telescope-tmux.nvim#use-with-tmux-display-popup
You can just set up a keybinding, and a new instance of Neovim will start in a popup window inside of Tmux.
There's a fractional delay while Neovim starts up, but I find it well within tolerance, personally.
2 0 Replynice, I'll check it out
1 0 Reply