19 lines
		
	
	
	
		
			456 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			456 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# window title hack
 | 
						|
hardstatus string "[%H:%n] %t"
 | 
						|
# so we don't have to enter the copy mode every time we want to scroll
 | 
						|
termcapinfo rxvt*|xterm* ti@:te@
 | 
						|
# the rest is pretty obvious
 | 
						|
startup_message off
 | 
						|
hardstatus off
 | 
						|
defscrollback 10000
 | 
						|
vbell off
 | 
						|
bell off
 | 
						|
autodetach on
 | 
						|
term screen
 | 
						|
altscreen on
 | 
						|
activity "activity on %n"
 | 
						|
caption always '%{=}%{RW} %H %{Yw} %S %{wd} %-w%{wk}%n_%t%{wd}%+w'
 | 
						|
escape ^gg
 | 
						|
bind w windowlist -b
 | 
						|
bindkey ^[q prev
 | 
						|
bindkey ^[w next
 |