From f1959d5b9842c86ddc6358d5e2b754ad8e9dbb01 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 17 May 2019 00:04:47 +1200 Subject: Add note about 'ttymouse' option existence --- vim/vimrc | 5 +++-- 1 file 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 -- cgit v1.2.3