| 
					
				 | 
			
			
				@@ -340,3 +340,16 @@ let g:syntastic_style_warning_symbol = 'Ws' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 "let g:syntastic_python_checker = 'pylint' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 " add options to python linter 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 "let g:syntastic_python_checker_args = '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+" CtrlP extension Setup 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+" Change default key 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+let g:ctrlp_map = '<c-o>' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+" Match window height 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+let g:ctrlp_max_height = 20 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+" Add a key to search in opened buffers 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+map <c-b> :CtrlPBuffer<cr> 
			 |