diff --git a/Linux/vim.md b/Linux/vim.md index db00f1d..81ed58f 100644 --- a/Linux/vim.md +++ b/Linux/vim.md @@ -2,7 +2,7 @@ title: Vim description: published: true -date: 2025-10-11T16:40:51.998Z +date: 2025-10-11T16:41:16.860Z tags: editor: markdown dateCreated: 2025-10-11T16:38:44.398Z @@ -12,10 +12,10 @@ dateCreated: 2025-10-11T16:38:44.398Z | Command | Description | | - | - | -| i | Insert before cursor -| I | Insert at start of line -| a | Insert after cursor -| A | Insert at end of line -| o | New line below -| O | New line above -| Esc Back to Normal mode \ No newline at end of file +| i | Insert before cursor | +| I | Insert at start of line | +| a | Insert after cursor | +| A | Insert at end of line | +| o | New line below | +| O | New line above | +| Esc | Back to Normal mode | \ No newline at end of file