aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 5e3508f0..2b63ab2b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -173,8 +173,9 @@ set showbreak=...
set splitbelow " Below the current window, not above
set splitright " Right of the current window, not left
-" No terminal mouse, even if we could
-" The manual says to set 't_RV', but I don't like that
+" No terminal mouse, even if we could; the manual says to set 't_RV', but I
+" don't like that
+" Not in NeoVim
if exists('+ttymouse') && &ttymouse !=# ''
set ttymouse=
endif