add vimrc
This commit is contained in:
		
							
								
								
									
										10
									
								
								vim/.vimrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								vim/.vimrc
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					set hlsearch 
 | 
				
			||||||
 | 
					set ignorecase 
 | 
				
			||||||
 | 
					set smartcase 
 | 
				
			||||||
 | 
					set incsearch
 | 
				
			||||||
 | 
					set wrapscan
 | 
				
			||||||
 | 
					set scrolloff=999
 | 
				
			||||||
 | 
					set backspace=indent,eol,start
 | 
				
			||||||
 | 
					set mouse=nicr
 | 
				
			||||||
 | 
					xnoremap p "_dP
 | 
				
			||||||
 | 
					nnoremap <esc> :noh<return><esc>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user