" This file  disables old-style vi compatibility, with "set nocompatible"

" Disable GUI mouse so that cut and paste will work
set mouse-=a

" disable modelines, because it can be a security issue (CVE-2019-12735)
set modelines=0
set nomodeline
