aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core-commands.c')
-rw-r--r--src/core-commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core-commands.c b/src/core-commands.c
index 9c70825..58a1ea2 100644
--- a/src/core-commands.c
+++ b/src/core-commands.c
@@ -2884,6 +2884,7 @@ teco_state_ecommand_input(teco_machine_main_t *ctx, gunichar chr, GError **error
/*
* Simple Transitions
*/
+ ['*'] = {&teco_state_save_cmdline},
['%'] = {&teco_state_epctcommand,
.modifier_at = TRUE},
['B'] = {&teco_state_edit_file,