10931 shaares
  
  
389 private links
389 private links
        184 results
        
        
          
          tagged
          
              
                
                  guide
                
              
          
        
        
        
      
    Sous le coude.
Redresser une image par rapport à un horizon
Wow c'est complet et propre. Je suis en cours de lecture :)
Memo about basics
Outside tmux with tmux or inside with ^b:
- new -s 
 - kill-server : kill all sessions
- kill-session -t 
 
 - kill-session -t 
 
 Inside tmux with ^b
Sessions
- s : view sessions
 - $ : rename current session
- tmux rename-sessions <-t session-name> 
 
 - tmux rename-sessions <-t session-name> 
 - d : exit session (detach)
 
Windows
- c : create window
 - & : kill current window
 - , : rename current window
 - 
: go to the specified window (through number id)  - n : go to next window
 - p : go to previous window
 
Panes
- % : split vertically
 - " : split horizontally
 - x : close current pane
 - ↑ / ↓ / ← / → : toggle between panes
 
Il à l'air complet.
Sous le coude