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