From b2a9f3d12249278b0d9a122787945d91b9eb0805 Mon Sep 17 00:00:00 2001 From: awking Date: Sun, 8 Jul 2018 16:20:18 +0800 Subject: [PATCH] add two line default config --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3a1c6fd1..80b907a8 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,12 @@ function! UserConfig() " If your terminal(-emulator) supports true colors, uncomment the line below " call s:enable_termgui() + " If your want open mouse support, uncomment the line below + " set mouse-=a + + " If your don't want relative number, uncomment the line below + " set norelativenumber + endfunction ```