Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@joshmedeski joshmedeski released this 27 Sep 01:06

To connect to the root session of a git worktree or repository from a nested session, use the --root flag with the sesh connect command.

I recommend adding this to your tmux.conf:

bind -N "switch to root session (via sesh) " 9 run-shell "sesh connect --root \'$(pwd)\'"

Note: This will only work if you are in a git worktree or git repository. For now, git worktrees expect a .bare folder.

What's Changed

Full Changelog: v2.3.3...v2.4.0