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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core-commands.c b/src/core-commands.c
index 04cdf94..3aaf816 100644
--- a/src/core-commands.c
+++ b/src/core-commands.c
@@ -1546,6 +1546,8 @@ teco_state_control_input(teco_machine_main_t *ctx, gunichar chr, GError **error)
['^'] = {&teco_state_ascii},
['['] = {&teco_state_escape},
['C'] = {&teco_state_ctlc},
+ ['A'] = {&teco_state_print_string,
+ .modifier_at = TRUE},
/*
* Additional numeric operations