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
I have an annoying issue where sometimes, by accident, I will spawn a new tmux session that I do not intend to save. I was curious if it would be possible to add in a condition to not save if a session name does not match a set one? Something like the following in main (within resurrect.tmux)
if [ "${current_session_name}" = "${target_session_name}" ]; then
set_save_bindings
set_restore_bindings
set_default_strategies
set_script_path_options
fi
...
I am unsure how GitHub works, but I could implement this myself. This would also have to be done in save.sh.
The text was updated successfully, but these errors were encountered:
I have an annoying issue where sometimes, by accident, I will spawn a new tmux session that I do not intend to save. I was curious if it would be possible to add in a condition to not save if a session name does not match a set one? Something like the following in main (within resurrect.tmux)
I am unsure how GitHub works, but I could implement this myself. This would also have to be done in
save.sh
.The text was updated successfully, but these errors were encountered: