diff --git a/crates/workspace/src/workspace.rs b/crates/workspace/src/workspace.rs index 2d8891b1e05f44abed00c49cc00c39e0d849d343..b24e316b55fdfca8f6200a40d6d5ab621db6c547 100644 --- a/crates/workspace/src/workspace.rs +++ b/crates/workspace/src/workspace.rs @@ -112,8 +112,7 @@ pub fn init(client: &Arc, cx: &mut MutableAppContext) { cx.add_action(Workspace::toggle_sidebar_item); cx.add_action(Workspace::toggle_sidebar_item_focus); cx.add_bindings(vec![ - Binding::new("cmd-alt-shift-F", FollowNextCollaborator, None), - Binding::new("cmd-alt-shift-U", Unfollow, None), + Binding::new("ctrl-alt-cmd-f", FollowNextCollaborator, None), Binding::new("cmd-s", Save, None), Binding::new("cmd-alt-i", DebugElements, None), Binding::new(