| 
					
				 | 
			
			
				@@ -55,6 +55,9 @@ bindkey '^R' zaw-history 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 bindkey "${terminfo[khome]}" beginning-of-line 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 bindkey "${terminfo[kend]}" end-of-line 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+bindkey "${terminfo[kdch1]}" delete-char # Del 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+bindkey "${terminfo[kpp]}" backward-word # PageUp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+bindkey "${terminfo[knp]}" forward-word # PageDown 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 alias l="k -h" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 alias ssh="TERM=xterm-256color ssh" 
			 |