7 lines
		
	
	
		
			92 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			92 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env -S tmux source-file
 | |
| 
 | |
| split-window -h -l 57%
 | |
| select-pane -t 1
 | |
| 
 | |
| # vim: ft=tmux
 |