@@ -71,7 +71,11 @@ pub struct SettingsContent {
/// Default: true
pub auto_update: Option<bool>,
- // todo!() comments?!
+ /// This base keymap settings adjusts the default keybindings in Zed to be similar
+ /// to other common code editors. By default, Zed's keymap closely follows VSCode's
+ /// keymap, with minor adjustments, this corresponds to the "VSCode" setting.
+ ///
+ /// Default: VSCode
pub base_keymap: Option<BaseKeymapContent>,
/// Configuration for the collab panel visual settings.