11 lines
		
	
	
		
			273 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			273 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| set -g prefix C-y
 | |
| set -g mouse on
 | |
| bind-key r source-file ~/.tmux.conf \; display "Reloaded tmux config";
 | |
| bind-key c detach
 | |
| 
 | |
| bind-key f  set-option -g mouse \; display-message 'Mouse #{?mouse,on,off}'
 | |
| 
 | |
| bind-key a previous-window
 | |
| bind-key d next-window
 | |
| bind-key n new-window
 |