mirror of https://github.com/fairyglade/ly.git
Add TODO in main.zig
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
128dcb16f8
commit
83e98a185f
|
|
@ -1084,6 +1084,7 @@ pub fn main() !void {
|
||||||
try state.buffer.registerKeybind("Ctrl+C", &quit, &state);
|
try state.buffer.registerKeybind("Ctrl+C", &quit, &state);
|
||||||
|
|
||||||
// TODO: Make this generic for any Text widget present in the UI
|
// 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("Ctrl+U", &clearPassword, &state);
|
||||||
|
|
||||||
try state.buffer.registerKeybind("K", &viMoveCursorUp, &state);
|
try state.buffer.registerKeybind("K", &viMoveCursorUp, &state);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue