From 9eee57ddf4f54c71433d44b7c79edabc3d414b3c Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 7 Jul 2023 16:58:37 +0700 Subject: [PATCH] feat: add thanks vim --- docs/2023-05-03-neovim.html | 17 ++++++++++++++--- posts/2023-05-03-neovim.md | 9 ++++++++- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/docs/2023-05-03-neovim.html b/docs/2023-05-03-neovim.html index 90870dc..10a838b 100644 --- a/docs/2023-05-03-neovim.html +++ b/docs/2023-05-03-neovim.html @@ -58,6 +58,10 @@
:%s/word1/word2/g
+

Delete all lines contain word:

+
+
:g/word/d
+

Jump basic: