feat: add toggle_input_mode command to home screen menu
This commit is contained in:
parent
bc3ddba228
commit
01d698ca6d
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ const menu_commands = &[_][]const u8{
|
||||||
"open_command_palette",
|
"open_command_palette",
|
||||||
"open_config",
|
"open_config",
|
||||||
"open_keybind_config",
|
"open_keybind_config",
|
||||||
|
"toggle_input_mode",
|
||||||
"change_theme",
|
"change_theme",
|
||||||
"quit",
|
"quit",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue