From b8193412abdf92653773aaa59e9dd45b341b3b29 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Oct 2025 18:44:47 +0200 Subject: [PATCH] docs: update Linux/vim --- Linux/vim.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Linux/vim.md b/Linux/vim.md index f370d67..0f99a8c 100644 --- a/Linux/vim.md +++ b/Linux/vim.md @@ -2,7 +2,7 @@ title: Vim description: published: true -date: 2025-10-11T16:44:36.544Z +date: 2025-10-11T16:44:46.511Z tags: editor: markdown dateCreated: 2025-10-11T16:38:44.398Z @@ -34,7 +34,8 @@ dateCreated: 2025-10-11T16:38:44.398Z | :n | Go to line n| ## Edit - +| Command | Description | +| - | - | | x | Delete character | | dd | Delete (cut) line | | yy | Yank (copy) line |