| 
					
				 | 
			
			
				@@ -11,6 +11,15 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 " 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+"Term settings (under tmux) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+if &term =~ '^screen' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "tmux will send xterm-style keys when its xterm-keys option is on 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    execute "set <xUp>=\e[1;*A" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    execute "set <xDown>=\e[1;*B" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    execute "set <xRight>=\e[1;*C" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    execute "set <xLeft>=\e[1;*D" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+endif 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 set nocompatible "no vi compatibility 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 set history=200 "command history size 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 set undolevels=120 "undo levels count 
			 |