From 84fe4fbb7d4d9da13e986bb06da1702f6dccbefa Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Oct 2025 18:38:47 +0200 Subject: [PATCH] docs: create Linux/vim --- Linux/vim.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Linux/vim.md 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