From 31794e56774ef33ceddd83b4fe24e06172802214 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 13 Oct 2025 14:26:05 +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 5a51448..3b74824 100644 --- a/Linux/vim.md +++ b/Linux/vim.md @@ -2,7 +2,7 @@ title: Vim description: published: true -date: 2025-10-13T09:20:48.665Z +date: 2025-10-13T12:26:04.041Z tags: editor: markdown dateCreated: 2025-10-11T16:38:44.398Z @@ -37,6 +37,7 @@ dateCreated: 2025-10-11T16:38:44.398Z | Command | Description | | - | - | | `x` | Delete character | +| `r` | Replace character | | `dd` | Delete (cut) line | | `dw` | Delete (cut) word | | `x` | Delete (cut) character under cursor |