vim: Added system clipboard copy-paste shortcuts (#522)

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
This commit is contained in:
Gautam Naik 2020-06-23 19:56:41 +05:30 committed by GitHub
parent 41a2964704
commit b4e978f074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 10 deletions

5
vim.md
View File

@ -18,7 +18,7 @@ Getting started
{: .-prime}
| Shortcut | Description |
| --- | --- |
| -------------- | -------------------------------- |
| `:qa` | Close all files |
| `:qa!` | Close all files, abandon changes |
| --- | --- |
@ -136,6 +136,9 @@ Getting started
| --- | --- |
| `p` | Paste |
| `P` | Paste before |
| --- | --- |
| `"*p` _/_ `"+p` | Paste from system clipboard |
| `"*y` _/_ `"+y` | Paste to system clipboard |
{: .-shortcuts}
### Visual mode