diff --git a/Linux/vim.md b/Linux/vim.md index 9c00089..db00f1d 100644 --- a/Linux/vim.md +++ b/Linux/vim.md @@ -2,7 +2,7 @@ title: Vim description: published: true -date: 2025-10-11T16:38:44.398Z +date: 2025-10-11T16:40:51.998Z tags: editor: markdown dateCreated: 2025-10-11T16:38:44.398Z @@ -10,10 +10,12 @@ dateCreated: 2025-10-11T16:38:44.398Z # Vim -**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 +| 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