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 ```