|
|
|
|
|
by seg6
187 days ago
|
|
If you have that many windows open within one work session, I pity you. Joking aside, I actually solve this problem with my Tmux setup by using fuzzy search. I usually have 2-3 Tmux sessions where each one is a different project. The way I switch between them is by fuzzy finding. I press a key, a pop-up appears, and after typing in three letters related to the project title, I'm already where I want to be. I can imagine a similar solution where an application launcher can help you fuzzy find your way to a specific window based on the window's title. If the window doesn't include a project-specific title, then I'm out of ideas :) |
|