Restore mouse mode (when running under X11)

https://github.com/neovim/neovim/commit/81525dc5c35c350c1e7e29c625368263cc8b3e33
*sighs*
This commit is contained in:
2017-05-03 22:57:12 +03:00
parent e9c1338852
commit a00733dd19
+2 -1
View File
@@ -164,9 +164,10 @@ set numberwidth=3
" Disable preview by default, because it is annoying imo
set completeopt-=preview
" Use X11 clipboard
" Use X11 clipboard and set up other display related settings
if $DISPLAY != ''
set clipboard+=unnamedplus
set mouse+=a
endif
" Search options