suppression de bug

This commit is contained in:
bastien 2023-05-25 11:10:26 +02:00
parent 082f233e9c
commit 64d5df63b3
1 changed files with 1 additions and 10 deletions

View File

@ -4,7 +4,7 @@
- [About](#about)
- [Quick Start](#quick-start)
- [Documentation](#documentation)
- [Bug](#bug)
- [Troubleshooting](#troubleshooting)
## Why VimsCode
@ -124,15 +124,6 @@ And other theme : [Theme](https://github.com/flazz/vim-colorschemes/tree/master/
[Documentation](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
```
## Troubleshooting
For troubleshooting and common problems see [TROUBLESHOOTING](https://git.cohabit.fr/bastien/VimsCode/wiki/Troubleshooting).