Comment 2 for bug 1045070

Revision history for this message
Jeff Bauer (jbauer) wrote :

In tmux, the prefix key is set in ~/.tmux.conf

  set -g prefix C-t

In screen, it would be set in ~/.screenrc

  escape "^T^T"

In both cases above I set my prefix/escape key to Ctrl-T, but byobu should probably ignore Ctrl-A whenever the value is manually set.