added mouse +=a to neovim, so the linenumbers are not selected when using visual lines with the mouse

This commit is contained in:
Stefan Etringer 2025-08-26 14:30:07 +02:00
parent 3e7dbbdb40
commit 65b7ffd3c3
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ endif
if has('nvim')
tnoremap <Esc> <C-\><C-n>
set mouse+=a
endif
let mapleader=","