From 1803584940cca3766910adb9ff85735a5a963220 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 2 Dec 2025 13:25:53 +0100 Subject: [PATCH] refactor: include unbound keypress in key hints message --- src/keybind/keybind.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keybind/keybind.zig b/src/keybind/keybind.zig index ed7d1a7..a0cc948 100644 --- a/src/keybind/keybind.zig +++ b/src/keybind/keybind.zig @@ -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