From 22e063ff59dad0b1b91fb12b541e17a982e9f128 Mon Sep 17 00:00:00 2001 From: Sara Date: Sat, 16 Sep 2023 17:25:58 +0200 Subject: [PATCH] added helix config --- .helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .helix/config.toml 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"