mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-15 13:34:53 +02:00
Fix clipboard command description in vim.md
Keys `"*y` _/_ `"+y` should be described as `Copy to system clipboard` and not `Paste to system clipboard`
This commit is contained in:
committed by
GitHub
parent
bbc370cf67
commit
1b631cb69a
2
vim.md
2
vim.md
@@ -75,7 +75,7 @@ weight: -10
|
|||||||
| `P` | Paste before |
|
| `P` | Paste before |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `"*p` _/_ `"+p` | Paste from system clipboard |
|
| `"*p` _/_ `"+p` | Paste from system clipboard |
|
||||||
| `"*y` _/_ `"+y` | Paste to system clipboard |
|
| `"*y` _/_ `"+y` | Copy to system clipboard |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### Visual mode
|
### Visual mode
|
||||||
|
|||||||
Reference in New Issue
Block a user