docs: add documentation for installing xsel. fixes #2071 (#2476)

This commit is contained in:
Jason Poon 2018-03-27 13:35:51 -07:00 committed by GitHub
parent 20be4bc7c7
commit 3e9448be9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,14 @@ We also recommend going into *System Preferences -> Keyboard* and increasing the
VSCodeVim will take over your control keys, just like real vim, so you get the _full_ vim experience. This behaviour can be adjusted with the [`useCtrlKeys`](#vimusectrlkeys) and [`handleKeys`](#vimhandlekeys) settings.
### Linux setup
If you have configured `vim.useSystemClipboard: "true"`, we rely on [clipboardy](https://github.com/sindresorhus/clipboardy) for cross-platform copy/paste operations. This library is dependent on `xsel`:
```
apt install xsel
```
## Settings
### Quick example settings