From f3cadd8e68ef6720b3977b32756cd38817c78593 Mon Sep 17 00:00:00 2001 From: Anmol Pandita <39385082+anmolpandita1@users.noreply.github.com> Date: Sun, 22 May 2022 14:44:43 +0530 Subject: [PATCH] update --- content/notes/vim.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/notes/vim.md b/content/notes/vim.md index ea3bd57ae..c4e0327a7 100644 --- a/content/notes/vim.md +++ b/content/notes/vim.md @@ -4,7 +4,8 @@ tags: - vim --- -## Exiting 👻 +## Navigation +### Exiting 👻 | | | | --------------- | ------------------------------------- | | :q | to `quit` the file | @@ -13,8 +14,7 @@ tags: | :wq | to `save` the changes and **quit** | | ZZ (Shift + zz) | to `save` the changes and **quit** | - -## Navigation +### Movements | | | | ---------------------------------- | -------------------------------------------- | | h j k l | ⃪ ↓ ↑ → |