commit 315afaa3a1837685e58b86c444f7d7b058f96aac parent f74c7bc4f9c86457ae18ca44f0db5b3e3b64ef00 Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Sat, 5 Dec 2015 22:10:13 +0100 support nvim and vim Diffstat:
M | .vimrc | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.vimrc b/.vimrc @@ -216,8 +216,10 @@ set wildmode=longest,list,full " enable basic mouse behavior set mouse=a -if exists('$TMUX') " support resizing in tmux - set ttymouse=xterm2 +if !has('nvim') + if exists('$TMUX') " support resizing in tmux + set ttymouse=xterm2 + endif endif " fix cursor in tmux