From c8c36d42172ca8716029c7415c024939882277c5 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 13 Oct 2025 16:48:40 +0200 Subject: [PATCH] docs: update Linux/vim --- Linux/vim.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 |