Hacker News new | ask | show | jobs
by bwbmr 2211 days ago
Big mosh user here myself. How do you deal with tmux limiting window size to the lowest common denominator device? I usually run a little bash script manually to disconnect other tmux sessions whenever I switch devices, which gets annoying.

Also which app for Apple Notes exports do you use?

1 comments

tmux can be configured not to limit the window size since tmux 2.9, and it is the default since tmux 3.1.
Thanks- was using through byobu wrappers, need to check what version is on our company machines. Edit: 2.7, so that explains it.