Init repository

This commit is contained in:
Krzosa Karol
2023-01-22 10:31:55 +01:00
commit 6ffb2aed80
7 changed files with 681 additions and 0 deletions

7
Default.sublime-keymap Normal file
View File

@@ -0,0 +1,7 @@
[
{ "keys": ["ctrl+f10"], "command": "remedy_run_to_cursor" },
{ "keys": ["f5"], "command": "remedy_start_debugging" },
{ "keys": ["shift+f5"], "command": "remedy_stop_debugging" },
{ "keys": ["ctrl+shift+f5"], "command": "remedy_restart_debugging" },
{ "keys": ["ctrl+t"], "command": "remedy_all_in_one" },
]