From 0ff15b496cf7ff0c834abbefb7be78435b677b78 Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Wed, 8 Oct 2025 11:05:11 +1100 Subject: [PATCH] Fix mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8947db0..e661204 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ g++ src/main.cpp -Lncurses -o ve ### Command Mode -There are currently three commands for command mode: +There are currently four commands for command mode: `q`: Quits the editor, unless you have unsaved changes.