refactor: include unbound keypress in key hints message

This commit is contained in:
CJ van den Berg 2025-12-02 13:25:53 +01:00
parent 67c6965eaa
commit 1803584940
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -775,7 +775,7 @@ const BindingSet = struct {
input.key.left_shift, input.key.right_shift => return,
else => {},
};
std.log.info("C-? for key hints", .{});
log.info("{f} is unbound, press C-? for key hints", .{current_key_event_sequence_fmt()});
}
/// Retrieve bindings that will match a key event sequence