Hacker News new | ask | show | jobs
by jbnicolai 4056 days ago
For a while I ran a setup where I did all of my work in a local tmux session, but part of this work involved SSH-ing and attaching to a screen session.

When using both, especially nested, I found it beneficial to have a different leader for each.

I also use <^-a> to go to the start of the line, so I'd miss that.

1 comments

I use `bind a send-prefix` and do a `<^-a> a` to make up for the bind :)