add TSamFile and TSamAll command with default keymaps

This commit is contained in:
2025-12-23 23:35:40 +01:00
parent 463d0ae2f7
commit 61f9a7dcb4
8 changed files with 281 additions and 41 deletions

View File

@@ -12,6 +12,14 @@ function M.test_nearest()
core.run_nearest()
end
function M.test_file()
core.run_file()
end
function M.test_all()
core.run_all()
end
function M.show_output()
core.show_output()
end