forgot about ignorecase last time
This commit is contained in:
		
							parent
							
								
									4277a9833c
								
							
						
					
					
						commit
						266bbbadcb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								vimrc
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								vimrc
									
										
									
									
									
								
							| 
						 | 
					@ -4,7 +4,7 @@ set history=50 nobackup nomodeline backspace=indent,eol,start
 | 
				
			||||||
" hidden characters
 | 
					" hidden characters
 | 
				
			||||||
set list listchars=tab:\|_,nbsp:x,trail:*
 | 
					set list listchars=tab:\|_,nbsp:x,trail:*
 | 
				
			||||||
" search
 | 
					" search
 | 
				
			||||||
set hlsearch incsearch smartcase
 | 
					set hlsearch incsearch ignorecase smartcase
 | 
				
			||||||
" scroll before reaching the first / final line
 | 
					" scroll before reaching the first / final line
 | 
				
			||||||
set scrolloff=3 sidescrolloff=15 sidescroll=1
 | 
					set scrolloff=3 sidescrolloff=15 sidescroll=1
 | 
				
			||||||
" disable bell
 | 
					" disable bell
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue