From 143a47ebd642454631fc299ea379f1481380302d Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 21 Feb 2024 14:23:00 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 88993eb..30b7db9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ This is just a dump of my NVim config. +## Things to note before using + +Normal mode "q" (macro shortcut) is disabled by default. If you want to enable +use of this shortcut, you can disable it in the `init.lua` config file. + ## Installing This Config 1. Clone the repo into `$HOME/.config/nvim`.