input: activate/deactivate key table binding actions

This commit is contained in:
Mitchell Hashimoto
2025-12-20 14:19:23 -08:00
parent 34ae3848b6
commit 18ce219d78
3 changed files with 77 additions and 0 deletions

View File

@@ -671,6 +671,10 @@ fn actionCommands(action: Action.Key) []const Command {
.write_scrollback_file,
.goto_tab,
.resize_split,
.activate_key_table,
.activate_key_table_once,
.deactivate_key_table,
.deactivate_all_key_tables,
.crash,
=> comptime &.{},