]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: don't set ttymouse in nvim
[dotfiles.git] / vim / vimrc
index d5b0610ee2710ced425e2c7d7ee3ab3ef383d6ed..9d85de212acfdca0deaf1936ac1d3114f86faa7f 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -224,7 +224,9 @@ set ttyfast
 
 " using the mouse {{{2
 set mouse=rnv                   " list of flags for using the mouse
 
 " using the mouse {{{2
 set mouse=rnv                   " list of flags for using the mouse
-set ttymouse=xterm              " type of mouse
+if !has('nvim')
+  set ttymouse=xterm              " type of mouse
+endif
 
 " messages and info {{{2
 set showcmd         " Show (partial) command in status line.
 
 " messages and info {{{2
 set showcmd         " Show (partial) command in status line.