|  |  |  | @ -1,6 +1,3 @@ | 
		
	
		
			
				|  |  |  |  | " Use pathogen to use search for plug-ins | 
		
	
		
			
				|  |  |  |  | " call pathogen#infect() | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | " Basics | 
		
	
		
			
				|  |  |  |  | set t_Co=256        " Use 256 colors | 
		
	
		
			
				|  |  |  |  | set encoding=utf8   " Use utf-8 encoding | 
		
	
	
		
			
				
					|  |  |  | @ -55,12 +52,12 @@ set fileformats=unix,dos,mac    " support all three, in this order | 
		
	
		
			
				|  |  |  |  | set nostartofline               " leave my cursor where it was | 
		
	
		
			
				|  |  |  |  | set history=10000 | 
		
	
		
			
				|  |  |  |  | set autoread        " Set to auto read when a file is changed from the outside | 
		
	
		
			
				|  |  |  |  | "set autochdir       " Change current directory to be directory of current file | 
		
	
		
			
				|  |  |  |  | set autochdir       " Change current directory to be directory of current file | 
		
	
		
			
				|  |  |  |  | set colorcolumn=81 | 
		
	
		
			
				|  |  |  |  | "set foldmethod=syntax | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | " fuzzy finding | 
		
	
		
			
				|  |  |  |  | set path+=** | 
		
	
		
			
				|  |  |  |  | "set path+=** | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | " Have tab complete work more like bash | 
		
	
		
			
				|  |  |  |  | set wildmenu | 
		
	
	
		
			
				
					|  |  |  | @ -91,7 +88,6 @@ nnoremap <leader>np :set nopaste<cr> | 
		
	
		
			
				|  |  |  |  | nnoremap <leader>nn :set nonumber norelativenumber<cr> | 
		
	
		
			
				|  |  |  |  | nnoremap <leader>rn :set number relativenumber<cr> | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | if bufwinnr(1) | 
		
	
		
			
				|  |  |  |  |     map <leader>+ <C-W>< | 
		
	
		
			
				|  |  |  |  |     map <leader>- <C-W>> | 
		
	
	
		
			
				
					|  |  |  | 
 |