diff --git a/Linux/vim.md b/Linux/vim.md new file mode 100644 index 0000000..9c00089 --- /dev/null +++ b/Linux/vim.md @@ -0,0 +1,19 @@ +--- +title: Vim +description: +published: true +date: 2025-10-11T16:38:44.398Z +tags: +editor: markdown +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