correction
This commit is contained in:
parent
aedd4ddeba
commit
96ca9548c1
12
README.md
12
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue