update ack hint
This commit is contained in:
parent
9f47d46d9a
commit
821c084f70
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ pub const tab = struct {
|
||||||
_ = app;
|
_ = app;
|
||||||
return switch (state.input_mode) {
|
return switch (state.input_mode) {
|
||||||
.normal => null,
|
.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." },
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue