omerxx / tmux-sessionx

A Tmux session manager, with preview, fuzzy finding, and MORE
GNU General Public License v3.0
554 stars 51 forks source link

Feature: drill down into windows and panes like with the default Session Manager #86

Open socall opened 2 months ago

socall commented 2 months ago

Would be nice if there was an option to drill up/down from sessions to windows to panes like with tmux default Session Manager (default key-bindings Ctrl+h / Ctrl+l for drill up/down)

omerxx commented 2 months ago

Cool idea. We currently have a window mode where you can scroll through all the open windows. A drill down would require adding a pane level but manage a state for two sided motions. It's do-able but a little bit time consuming. If you or anyone else wants to take this I think it can be a great addition!

socall commented 2 months ago

Actually I don't think the pane level is that important IMO. Maybe we can implement with just the window level.