From 65b7ffd3c3df7630bc8e73548ffafacf5d433b65 Mon Sep 17 00:00:00 2001 From: Stefan Etringer Date: Tue, 26 Aug 2025 14:30:07 +0200 Subject: [PATCH] added mouse +=a to neovim, so the linenumbers are not selected when using visual lines with the mouse --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index f11f3fb..ba332cc 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -13,6 +13,7 @@ endif if has('nvim') tnoremap + set mouse+=a endif let mapleader=","