aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-term/src/commands.rs')
-rw-r--r--helix-term/src/commands.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index 98e8b20c..b6ae0138 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -1898,6 +1898,8 @@ pub fn space_mode(cx: &mut Context) {
cx.editor.close(cx.view_id);
}
// ' ' => toggle_alternate_buffer(cx),
+ // TODO: temporary since space mode took it's old key
+ ' ' => keep_primary_selection(cx),
_ => (),
}
}