28 lines
		
	
	
	
		
			433 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			28 lines
		
	
	
	
		
			433 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | # .screenrc | ||
|  | # Eryn Wells <eryn@3b518c.com> | ||
|  | 
 | ||
|  | autodetach on | ||
|  | altscreen on | ||
|  | defflow auto | ||
|  | defscrollback 10000 | ||
|  | defutf8 on | ||
|  | startup_message off | ||
|  | 
 | ||
|  | bind j focus down | ||
|  | bind k focus up | ||
|  | bind s split | ||
|  | 
 | ||
|  | activity "%c activity -> %n%f %t" | ||
|  | bell "%c bell -> %n%f %t^G" | ||
|  | msgwait 1 | ||
|  | 
 | ||
|  | vbell off | ||
|  | 
 | ||
|  | hardstatus alwayslastline | ||
|  | hardstatus string "%{wk}[ %?%-Lw%?%{Rk}%n*%f %t%{Wk}%+Lw%?%= ][ %{Bk}%c %Y-%m-%d%{wk} ]" | ||
|  | 
 | ||
|  | #escape ^ee | ||
|  | 
 | ||
|  | screen -t 'mail' mutt | ||
|  | screen $SHELL |