Getting started with Tmux
  | 
 
     
      
        
          
            
              | 
              Tmux is a terminal multiplexer an alternative to GNU Screen. In other words, it means that you can start a Tmux session and then open multiple windows ( virtual terminals ) inside that session. Each window occupies the entire screen and can be splitted into rectangular panes (pseudo terminals).
               | 
             
           
         | 
       
     
    
With Tmux you can easily switch between multiple programs in one terminal, detach them and reattach them to a different terminal. 
  Tmux sessions are persistent which means that programs running in Tmux will continue to run even if you get disconnected.
  All commands in Tmux start with a prefix, which by default is `ctrl+b`.  Full Story  | 
This topic does not have any threads posted yet!
You cannot post until you login.