diff --git a/Linux/vim.md b/Linux/vim.md index f7a06d7..98b2eb6 100644 --- a/Linux/vim.md +++ b/Linux/vim.md @@ -2,7 +2,7 @@ title: Vim description: published: true -date: 2025-10-11T16:47:26.917Z +date: 2025-10-11T16:47:39.727Z tags: editor: markdown dateCreated: 2025-10-11T16:38:44.398Z @@ -13,14 +13,13 @@ dateCreated: 2025-10-11T16:38:44.398Z ## Insert | 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 | - +| `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 | +| `` | Back to Normal mode | ## Navigation | Command | Description | | - | - |