Ethan
Ethan

Reputation: 60089

How do you specify a tab in .screenrc?

According to this website, you can change to command key sequence used by the Unix "screen" utility like this:

escape ^Bb # Instead of Control-a, make the 
           # escape/command character be 
           # Control-b

How would you make it Control-Tab, I wonder?

Upvotes: 0

Views: 1262

Answers (1)

Rook
Rook

Reputation: 62538

Never tried it, but you may have a go with this link

Upvotes: 3

Related Questions