mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 07:09:13 +02:00
Add TODO in main.zig
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
128dcb16f8
commit
83e98a185f
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue