Enable mouse support in vim

This commit is contained in:
Arif Herusetyo Wicaksono 2018-11-11 12:43:13 +09:00
parent 58dbe06006
commit a62f0edd8c

View File

@ -49,6 +49,7 @@ set tabstop=4 shiftwidth=4 expandtab
set number numberwidth=4 set number numberwidth=4
set splitbelow set splitbelow
set encoding=utf-8 fileencoding=utf-8 set encoding=utf-8 fileencoding=utf-8
set mouse=a
syntax on syntax on
EOF EOF