v0.48.2
Released Aug 5, 2026. Part of the OpenKnowledge changelog.
Patch Changes
Ctrl+` now toggles the bottom dock, matching the chord VS Code and Zed both use for the terminal. It is literal Control on every platform (not Cmd on macOS, which the OS reserves for window cycling), it works from inside a focused terminal so you can dismiss the dock without reaching for the mouse, and it appears alongside ⌘J in Settings → Hotkeys. It shares ⌘J's handler, so with text selected in the editor it stages that passage into the terminal rather than toggling.
⌘J is unchanged, but its command is renamed from "Show/Hide Terminal" to "Show/Hide Bottom Dock" in the View menu and the ⌘K palette — it toggles the dock, and the dock is where the terminal lives. Searching the palette for "terminal", "show terminal", or "hide terminal" still finds it.