You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we match the string with available sessions and only one match is found, we can just load the layout.
$ tmuxifier ls
projectA
projectB
wip@server
$ tmuxifier s B # projectB is loaded
$ tmuxifier s wip # wip@server is loaded
$ tmuxifier s project # error"project" may mean one of the following:
projectA
projectB
The text was updated successfully, but these errors were encountered:
If we match the string with available sessions and only one match is found, we can just load the layout.
The text was updated successfully, but these errors were encountered: