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 |