diff --git a/Linux/vim.md b/Linux/vim.md index f0f279a..c1d0ff1 100644 --- a/Linux/vim.md +++ b/Linux/vim.md @@ -2,7 +2,7 @@ title: Vim description: published: true -date: 2025-10-13T08:10:03.230Z +date: 2025-10-13T08:27:36.263Z tags: editor: markdown dateCreated: 2025-10-11T16:38:44.398Z @@ -38,6 +38,7 @@ dateCreated: 2025-10-11T16:38:44.398Z | - | - | | `x` | Delete character | | `dd` | Delete (cut) line | +| `dw` | Delete (cut) word | | `yy` | Yank (copy) line | | `p` | Paste below | | `P` | Paste above |