diff --git a/.helix/config.toml b/.helix/config.toml new file mode 100644 index 0000000..100e27b --- /dev/null +++ b/.helix/config.toml @@ -0,0 +1,3 @@ +[keys.normal."+"] +m = ":sh make build" +t = ":sh make test"