Skip to content

Fixes to prepare for v0.52.0#1054

Merged
noborus merged 2 commits into
masterfrom
preparing-v0520
Apr 21, 2026
Merged

Fixes to prepare for v0.52.0#1054
noborus merged 2 commits into
masterfrom
preparing-v0520

Conversation

@noborus
Copy link
Copy Markdown
Owner

@noborus noborus commented Apr 21, 2026

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates sample configuration and documentation in preparation for the v0.52.0 release, including new word-wrap behavior and view-mode sidebar documentation.

Changes:

  • Add word_wrap_mode key binding (Alt+w) to the sample keybind configs (ov.yaml, ov-less.yaml).
  • Update README.md to document word wrap mode, add a “View Mode Sidebar” section, and standardize key-name capitalization in multiple places.
  • Add a new documentation screenshot (docs/sidebar2.png) referenced from the README.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
ov.yaml Adds word_wrap_mode key binding (Alt+w) to the default keybind list.
ov-less.yaml Adds word_wrap_mode key binding (Alt+w) to the less-style keybind list.
README.md Adds/updates sections for word wrap mode and view-mode sidebar; standardizes key formatting.
docs/sidebar2.png New screenshot used by the README “View Mode Sidebar” section.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines 460 to 462
* `-w` or `-w=char`(default): Wrap lines at screen width, breaking anywhere.
* `-w=word`: Wrap lines at screen width, breaking at word boundaries.
* `-w=none`: Disable line wrapping.
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The newly added wrap mode list documents -w=none to disable wrapping, but the CLI parsing only treats values like false/no/0 as “wrap off” and word as word-wrap. Using none will be treated as an unrecognized value and end up enabling character wrap. Please update the docs to reflect the actual supported values (e.g. -w=false to disable, -w=char for character wrap, -w=word for word wrap).

Copilot uses AI. Check for mistakes.
Comment thread README.md Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@noborus noborus merged commit c1e6c81 into master Apr 21, 2026
9 checks passed
@noborus noborus deleted the preparing-v0520 branch April 21, 2026 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants