correction

This commit is contained in:
bastien 2023-05-22 16:51:29 +02:00
parent aedd4ddeba
commit 96ca9548c1

View file

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