omerxx / tmux-sessionx

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

Can we get provision to go back to the previous session and go forward to the next session? #73

Closed shibisuriya closed 5 months ago

shibisuriya commented 6 months ago

Currently tmux ships with the + L that lets me hope back to the previous session... When I am in the previous session and press + L it brings me back to the session that I began with...

I thought it would be a great idea if I am somehow able to go back, back, back, then forward, forward, forward between sessions...

Like undo and redo...

omerxx commented 6 months ago

I think L is used for windows, () are for sessions:

( Switch the attached client to the previous session. ) Switch the attached client to the next session.

What you mean here is to have a binding to show the last session while in sessionx? As in, while viewing the list of sessions?

shibisuriya commented 5 months ago

Got it using + ( and + ) does the job well, thank you.