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 |