From 74ba4ca4c97921602a762ab8349487e4cbc0104a Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 13 Oct 2025 11:20:50 +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 93aa962..5a51448 100644 --- a/Linux/vim.md +++ b/Linux/vim.md @@ -2,7 +2,7 @@ title: Vim description: published: true -date: 2025-10-13T08:28:58.253Z +date: 2025-10-13T09:20:48.665Z tags: editor: markdown dateCreated: 2025-10-11T16:38:44.398Z @@ -44,6 +44,7 @@ dateCreated: 2025-10-11T16:38:44.398Z | `p` | Paste below | | `P` | Paste above | | `u` | Undo | +| `:m+1` | Move current line up one line | | `Ctrl+r` | Redo | | `.` | Repeat last change | | `"+y` | Copy to system clipboard |