summaryrefslogtreecommitdiffstats
path: root/src/key_command/constants.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/constants.rs')
-rw-r--r--src/key_command/constants.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/key_command/constants.rs b/src/key_command/constants.rs
index 28b11ea..f834883 100644
--- a/src/key_command/constants.rs
+++ b/src/key_command/constants.rs
@@ -67,6 +67,7 @@ cmd_constants![
(CMD_SUBPROCESS_FOREGROUND, "shell"),
(CMD_SUBPROCESS_BACKGROUND, "spawn"),
(CMD_SHOW_TASKS, "show_tasks"),
+ (CMD_SET_TAB_BAR_MODE, "tab_bar_mode"),
(CMD_TAB_SWITCH, "tab_switch"),
(CMD_TAB_SWITCH_INDEX, "tab_switch_index"),
(CMD_TOGGLE_HIDDEN, "toggle_hidden"),