From 92f54d6a453952c8900d435fbb23d8e4fb5e00ce Mon Sep 17 00:00:00 2001 From: Anmol Pandita <39385082+anmolpandita1@users.noreply.github.com> Date: Sun, 22 May 2022 15:30:24 +0530 Subject: [PATCH] update --- content/notes/vim.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/content/notes/vim.md b/content/notes/vim.md index 05765e080..2509c3fbd 100644 --- a/content/notes/vim.md +++ b/content/notes/vim.md @@ -2,11 +2,10 @@ title: "Vim - The Personal Man" tags: - vim -enableToc: true --- -# Navigation 👻 -## Exiting +## Navigation 👻 +### Exiting | | | | --------------- | ------------------------------------- | | :q | to `quit` the file | @@ -14,7 +13,7 @@ enableToc: true | :q! | to `trash` all changes and **quit** | | :wq | to `save` the changes and **quit** | | ZZ (Shift + zz) | to `save` the changes and **quit** | -## Movements +### Movements | | | | ---------------------------------- | -------------------------------------------- | | h j k l | ⃪ ↓ ↑ → | @@ -30,7 +29,7 @@ enableToc: true | % | to **matching parenthesis {} () []** | | zz | re-center | -# Text manipulation +## Text manipulation | | | | ------------------------------------ | ---------------------------------------------------- | | x | **delete** *`at`* the cursor (→ in normal mode still) |