diff --git a/docs/2023-05-03-neovim.html b/docs/2023-05-03-neovim.html
new file mode 100644
index 0000000..b25dc25
--- /dev/null
+++ b/docs/2023-05-03-neovim.html
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+ haunt98 posts
+
+
+
+
+
+ My neovim workflow
+
+ Search multiple words:
+
+
:/\vword1|word2|word3
+
+
+
+
+
diff --git a/docs/index.html b/docs/index.html
index e75d0e8..b3a4bbf 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -67,6 +67,7 @@
Games 4 fun
Naming things
Keeb
+ My neovim workflow
diff --git a/posts/2023-05-03-neovim.md b/posts/2023-05-03-neovim.md
new file mode 100644
index 0000000..1e0a64f
--- /dev/null
+++ b/posts/2023-05-03-neovim.md
@@ -0,0 +1,7 @@
+# My neovim workflow
+
+Search multiple words:
+
+```txt
+:/\vword1|word2|word3
+```
diff --git a/posts/index.md b/posts/index.md
index adecde3..ad327c7 100644
--- a/posts/index.md
+++ b/posts/index.md
@@ -18,3 +18,4 @@ This is where I dump my thoughts.
- [Games 4 fun](2023-04-01-games.html)
- [Naming things](2023-04-17-naming.html)
- [Keeb](2023-04-17-keeb.html)
+- [My neovim workflow](2023-05-03-neovim.md)