From 039e481537cd8e8baca6197be13f4e04d6eaf028 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 13 Oct 2025 10:28:59 +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 c1d0ff1..93aa962 100644 --- a/Linux/vim.md +++ b/Linux/vim.md @@ -2,7 +2,7 @@ title: Vim description: published: true -date: 2025-10-13T08:27:36.263Z +date: 2025-10-13T08:28:58.253Z tags: editor: markdown dateCreated: 2025-10-11T16:38:44.398Z @@ -39,6 +39,7 @@ dateCreated: 2025-10-11T16:38:44.398Z | `x` | Delete character | | `dd` | Delete (cut) line | | `dw` | Delete (cut) word | +| `x` | Delete (cut) character under cursor | | `yy` | Yank (copy) line | | `p` | Paste below | | `P` | Paste above |