From a62f0edd8cd78e9856bec4448b1ab06a79986ab1 Mon Sep 17 00:00:00 2001 From: Arif Herusetyo Wicaksono Date: Sun, 11 Nov 2018 12:43:13 +0900 Subject: [PATCH] Enable mouse support in vim --- vim8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/vim8.md b/vim8.md index 339d3c3..782cef6 100644 --- a/vim8.md +++ b/vim8.md @@ -49,6 +49,7 @@ set tabstop=4 shiftwidth=4 expandtab set number numberwidth=4 set splitbelow set encoding=utf-8 fileencoding=utf-8 +set mouse=a syntax on EOF