From 2def809c6e9edb72e29dface80588575002fd7f8 Mon Sep 17 00:00:00 2001 From: bastien Date: Thu, 25 May 2023 11:07:12 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Troubleshooting'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Troubleshooting.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 1f576c2..fcad107 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -1 +1,6 @@ -Bienvenue sur le Wiki. \ No newline at end of file +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 +``` \ No newline at end of file