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-05 06:29:27 +10:00
committed by GitHub
parent bbc370cf67
commit 1b631cb69a
+1 -1
View File
@@ -75,7 +75,7 @@ weight: -10
| `P` | Paste before |
| --- | --- |
| `"*p` _/_ `"+p` | Paste from system clipboard |
| `"*y` _/_ `"+y` | Paste to system clipboard |
| `"*y` _/_ `"+y` | Copy to system clipboard |
{: .-shortcuts}
### Visual mode