diff --git a/vim.md b/vim.md index 2010a44f5..7098ac660 100644 --- a/vim.md +++ b/vim.md @@ -18,7 +18,7 @@ Getting started {: .-prime} | Shortcut | Description | -| --- | --- | +| -------------- | -------------------------------- | | `:qa` | Close all files | | `:qa!` | Close all files, abandon changes | | --- | --- | @@ -127,15 +127,18 @@ Getting started ### Clipboard -| Shortcut | Description | -| --- | --- | -| `x` | Delete character | -| --- | --- | -| `dd` | Delete line _(Cut)_ | -| `yy` | Yank line _(Copy)_ | -| --- | --- | -| `p` | Paste | -| `P` | Paste before | +| Shortcut | Description | +| --- | --- | +| `x` | Delete character | +| --- | --- | +| `dd` | Delete line _(Cut)_ | +| `yy` | Yank line _(Copy)_ | +| --- | --- | +| `p` | Paste | +| `P` | Paste before | +| --- | --- | +| `"*p` _/_ `"+p` | Paste from system clipboard | +| `"*y` _/_ `"+y` | Paste to system clipboard | {: .-shortcuts} ### Visual mode