how to switch to another window when Ctrl + B not works for tmux?
        Posted  
        
            by 
                hugemeow
            
        on Super User
        
        See other posts from Super User
        
            or by hugemeow
        
        
        
        Published on 2012-09-24T20:12:41Z
        Indexed on 
            2012/09/25
            9:40 UTC
        
        
        Read the original article
        Hit count: 381
        
as we all know tmux is quite nice tool, but there is some scenerios that Ctrl + B cannot be used
for example:
i sshd to server A, and now i connect to A's tmux pty, so Ctrl + B is captured by server A.
then i ssh to server B from server A, and there is also tmux running on Server B, this time, Ctrl + B only works for server A, and cannot be used by server B, so if i want to switch windows for server B, what should i do then?
© Super User or respective owner