Restore mouse mode (when running under X11)

81525dc5c3
*sighs*
This commit is contained in:
Mark Vainomaa 2017-05-03 22:57:12 +03:00
parent e9c1338852
commit a00733dd19
Signed by: mikroskeem
GPG Key ID: 1B3F9523B542D315
1 changed files with 2 additions and 1 deletions

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