From 96ca9548c1bbfdc2a1659db80831e0f76c1f70a9 Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 22 May 2023 16:51:29 +0200 Subject: [PATCH] correction --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4d5ea3..26fce5d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ ## Table of Contents -- [Why](#Why) +- [Why](#why) - [About](#about) - [Quick Start](#quick-start) - [Docs](#docs) +- [Bug](#bug) ## Why VimsCode @@ -96,3 +97,12 @@ You can chnage the hight of window with mouse. ### More Doc : https://projets.cohabit.fr/redmine/projects/accueil/wiki/Documentation_IDE_Vim + +## Bug + +If you have "mouse=a" and the "clipboard" option is not included in your Vim, install the vim-gtk package and then you can copy WITH Vim a selecte text and paste it with "Ctrl-v" to an internet browser. + +To find out if you have the option : +``` +vim --version | grep clipboard +```