Skip to content

fix link to Virtual Space from Editing1 prefs #769

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ These influence editing ([carets](#caret-and-cursor "typing/insertion cursor"),
* `☐ Aligned`: Wraps from the last visible column to the same indent as the start of the unwrapped line.
* `☐ Indent`: Wraps from the last visible column to the next level of indent compared to the start of the unwrapped line.
* `☐ Enable smooth font`: Enables a font-smoothing algorithm from Windows, which may affect how smooth fonts are on some displays.
* `☐ Enable virtual space`: Enables putting the [caret](#caret-and-cursor "typing/insertion cursor") beyond the end of the line (new to v8.4.3). (Read more about this feature in [Editing > Virtual Space](../editing/virtual-space).)
* `☐ Enable virtual space`: Enables putting the [caret](#caret-and-cursor "typing/insertion cursor") beyond the end of the line (new to v8.4.3). (Read more about this feature in [Editing > Virtual Space](../editing/#virtual-space).)
* `☐ Make current level folding/unfolding commands toggleable`: Enables the feature that causes the [**View** menu](../views/#folding)'s **Collapse/Uncollapse Current Level** commands to both toggle the state of folding for the current level (so doing the command twice will undo the action); when not checkmarked, the **Collapse** will only cause the current level to fold, and **Uncollapse** will only cause the current level to unfold (new to v8.4.2).
* `☐ Enable scrolling beyond last line`: Allows you to scroll (with scroll bar or mouse wheel) so that up to a page of blank space _after_ the last line is visible. (When unchecked, scrolling to the end will put the last line of text as the bottom line in the window, when there are more lines of text than are visible in the window.)
* `☐ Keep selection when right-click outside of selection`: Prevents right-click from canceling an active selection.
Expand Down