diff --git a/Linux/vim.md b/Linux/vim.md index 3b74824..e25a4f6 100644 --- a/Linux/vim.md +++ b/Linux/vim.md @@ -2,7 +2,7 @@ title: Vim description: published: true -date: 2025-10-13T12:26:04.041Z +date: 2025-10-13T14:48:38.898Z tags: editor: markdown dateCreated: 2025-10-11T16:38:44.398Z @@ -38,6 +38,7 @@ dateCreated: 2025-10-11T16:38:44.398Z | - | - | | `x` | Delete character | | `r` | Replace character | +| `viw` | Select current word | | `dd` | Delete (cut) line | | `dw` | Delete (cut) word | | `x` | Delete (cut) character under cursor |