From d64cb617d651d55fb159e7be20a77610b58beb4e Mon Sep 17 00:00:00 2001 From: boput Date: Tue, 15 Dec 2015 17:15:47 -0800 Subject: [PATCH] Use tip form nvim using .vimrc --- my_configs.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/my_configs.vim b/my_configs.vim index 2cddde12..06cc797b 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -1,6 +1,11 @@ " No Uganda message on startup" set shortmess=I +" Guard mouse +if !has('nvim') + set ttymouse=xterm2 +endif + " Mode shown in the statusline all the time" set noshowmode