From b472336d59e3a7b6cc392c27b985a783a50e8dc8 Mon Sep 17 00:00:00 2001
From: anon <anon@anon.anon>
Date: Tue, 15 Oct 2024 14:48:36 +0200
Subject: [PATCH] bump the manual

---
 documentation/histui.1.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/documentation/histui.1.md b/documentation/histui.1.md
index 50e6ed2..6bbc939 100644
--- a/documentation/histui.1.md
+++ b/documentation/histui.1.md
@@ -58,7 +58,7 @@ CTRL + d
 ENTER
 : select the entry under the cursor, making histui terminate and returning the entry.
 
-CTRL + q
+TAB
 : like ENTER, but not affected by --execute.
 
 DEFAULT
@@ -71,4 +71,8 @@ The script output by enable will use this variable to invoke histui.
 For example, if you define it in your bashrc before histui is enable as: `histui --caseless`;
 `CRTL + r` will always be case insensitive.
 
+### HISTFILE
+As defined in the Bash manual.
+This variable must be exported so histui can figure out where you keep your history file.
+
 [//]: # (@BAKE kramdown-man $@ @STOP)