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