vim: Added system clipboard copy-paste shortcuts (#522)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
This commit is contained in:
parent
41a2964704
commit
b4e978f074
5
vim.md
5
vim.md
|
|
@ -18,7 +18,7 @@ Getting started
|
||||||
{: .-prime}
|
{: .-prime}
|
||||||
|
|
||||||
| Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| --- | --- |
|
| -------------- | -------------------------------- |
|
||||||
| `:qa` | Close all files |
|
| `:qa` | Close all files |
|
||||||
| `:qa!` | Close all files, abandon changes |
|
| `:qa!` | Close all files, abandon changes |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|
|
@ -136,6 +136,9 @@ Getting started
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `p` | Paste |
|
| `p` | Paste |
|
||||||
| `P` | Paste before |
|
| `P` | Paste before |
|
||||||
|
| --- | --- |
|
||||||
|
| `"*p` _/_ `"+p` | Paste from system clipboard |
|
||||||
|
| `"*y` _/_ `"+y` | Paste to system clipboard |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### Visual mode
|
### Visual mode
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue