Add TODO in main.zig

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-03-17 20:01:47 +01:00
parent 128dcb16f8
commit 83e98a185f

View File

@@ -1084,6 +1084,7 @@ pub fn main() !void {
try state.buffer.registerKeybind("Ctrl+C", &quit, &state);
// TODO: Make this generic for any Text widget present in the UI
// TODO: Per-widget keybinds, will fix insert_mode hack too
try state.buffer.registerKeybind("Ctrl+U", &clearPassword, &state);
try state.buffer.registerKeybind("K", &viMoveCursorUp, &state);