1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 05:30:16 +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:
Janusz 'Kali' Kaliszczak
2026-07-04 21:29:27 +01:00
committed by GitHub
parent bbc370cf67
commit 1b631cb69a

2
vim.md
View File

@@ -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