scope: remove statusbar colon-command affordances #297

Closed
opened 2026-05-11 18:35:43 +00:00 by barrettruth · 0 comments
Owner

Problem

The status bar still exposes command-entry copy such as :w after the launch scope was simplified.

That command-line affordance adds editor-like surface and stale keyboard guidance that no longer matches the intended minimal fixed-shortcut UI.

Solution

  • Remove :w / colon-command entry text from the status bar.
  • Remove any status/help path that suggests command-entry mode for saving.
  • Keep direct fixed shortcuts where they remain supported.
  • Avoid adding a replacement command palette or editable keybinding surface.

Acceptance criteria

  • The status bar no longer displays :w or colon-entry guidance.
  • Saving still works through the remaining explicit UI/default shortcut path.
  • No keymap customization UI is reintroduced.
## Problem The status bar still exposes command-entry copy such as `:w` after the launch scope was simplified. That command-line affordance adds editor-like surface and stale keyboard guidance that no longer matches the intended minimal fixed-shortcut UI. ## Solution - Remove `:w` / colon-command entry text from the status bar. - Remove any status/help path that suggests command-entry mode for saving. - Keep direct fixed shortcuts where they remain supported. - Avoid adding a replacement command palette or editable keybinding surface. ## Acceptance criteria - The status bar no longer displays `:w` or colon-entry guidance. - Saving still works through the remaining explicit UI/default shortcut path. - No keymap customization UI is reintroduced.
barrettruth added this to the v0.1.0 milestone 2026-05-11 18:35:43 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta#297
No description provided.