key.Binding and basic parsing

This commit is contained in:
Mitchell Hashimoto
2022-08-23 17:40:36 -07:00
parent 5d8915cc9a
commit 7303909d01
3 changed files with 207 additions and 1 deletions

View File

@@ -110,4 +110,5 @@ test {
// TODO
_ = @import("config.zig");
_ = @import("cli_args.zig");
_ = @import("key.zig");
}