When I am using sendcode I typically have multiple tmux sessions running and would like to always send code to the same session (for example where I would be running an ipython terminal). It would be nice to be able to have a send to session name setting. Say I name my tmux session "ipy", then in sendcode settings I can specify target session "ipy" and it will always send code to this session name. Maybe if this session doesnt exist it can default to last active session.
The current behaviour of send code appears to send to last active session.
Thanks and great tool btw.