aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
diff options
context:
space:
mode:
Diffstat (limited to 'helix-term/src')
-rw-r--r--helix-term/src/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index 6cf99927..59aa25ee 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -3324,7 +3324,7 @@ fn surround(cx: &mut Context) {
cx.count = count;
match ch {
'm' => match_brackets(cx),
- 'a' => surround_add(cx),
+ 's' => surround_add(cx),
'r' => surround_replace(cx),
'd' => {
surround_delete(cx);