From 835acf3986a0e440401f07a622123e460632202f Mon Sep 17 00:00:00 2001 From: Anmol Pandita <39385082+anmolpandita1@users.noreply.github.com> Date: Sun, 22 May 2022 14:27:48 +0530 Subject: [PATCH] update --- content/notes/vim.md | 6 +++--- content/notes/vim.vimrc.md | 0 content/tags/setup.md | 0 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 content/notes/vim.vimrc.md create mode 100644 content/tags/setup.md diff --git a/content/notes/vim.md b/content/notes/vim.md index 4952f7116..eeeb5943b 100644 --- a/content/notes/vim.md +++ b/content/notes/vim.md @@ -4,7 +4,7 @@ tags: - vim --- -# Exiting 👻 +## Exiting 👻 | | | | --------------- | ------------------------------------- | | :q | to `quit` the file | @@ -14,7 +14,7 @@ tags: | ZZ (Shift + zz) | to `save` the changes and **quit** | -# Navigation +## Navigation | | | | ---------------------------------- | -------------------------------------------- | | h j k l | ⃪ ↓ ↑ → | @@ -31,7 +31,7 @@ tags: | zz | re-center | -# Text manipulation +## Text manipulation | | | | --- | --------------------------------------------- | diff --git a/content/notes/vim.vimrc.md b/content/notes/vim.vimrc.md new file mode 100644 index 000000000..e69de29bb diff --git a/content/tags/setup.md b/content/tags/setup.md new file mode 100644 index 000000000..e69de29bb