added mouse +=a to neovim, so the linenumbers are not selected when using visual lines with the mouse
This commit is contained in:
		
							parent
							
								
									3e7dbbdb40
								
							
						
					
					
						commit
						65b7ffd3c3
					
				| 
						 | 
					@ -13,6 +13,7 @@ endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if has('nvim')
 | 
					if has('nvim')
 | 
				
			||||||
  tnoremap <Esc> <C-\><C-n>
 | 
					  tnoremap <Esc> <C-\><C-n>
 | 
				
			||||||
 | 
					  set mouse+=a
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
let mapleader=","
 | 
					let mapleader=","
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue