update ack hint

This commit is contained in:
Emil Lerch 2026-06-28 08:06:10 -07:00
parent 9f47d46d9a
commit 821c084f70
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -281,7 +281,7 @@ pub const tab = struct {
_ = app;
return switch (state.input_mode) {
.normal => null,
.ack_note => .{ .hint = "Type reasoning. Enter = next line. Ctrl+Enter = save. Esc = cancel." },
.ack_note => .{ .hint = "Type reasoning. Enter = next line. Ctrl+Enter/Ctrl+D = save. Esc = cancel." },
};
}