draft tab update action

This commit is contained in:
yggverse 2024-08-13 20:05:21 +03:00
parent d0d9b29285
commit 1dc6bdf7e3
2 changed files with 10 additions and 0 deletions

View file

@ -32,6 +32,11 @@ int main(
"<Primary>t"
);
app->set_accel_for_action(
"tab.update",
"<Primary>r"
);
app->set_accel_for_action(
"win.debug",
"<Primary>i"