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')
|
||||
tnoremap <Esc> <C-\><C-n>
|
||||
set mouse+=a
|
||||
endif
|
||||
|
||||
let mapleader=","
|
||||
|
|
Loading…
Reference in New Issue