You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/docs/preferences.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ These influence editing ([carets](#caret-and-cursor "typing/insertion cursor"),
88
88
*`☐ Aligned`: Wraps from the last visible column to the same indent as the start of the unwrapped line.
89
89
*`☐ Indent`: Wraps from the last visible column to the next level of indent compared to the start of the unwrapped line.
90
90
*`☐ Enable smooth font`: Enables a font-smoothing algorithm from Windows, which may affect how smooth fonts are on some displays.
91
-
*`☐ 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).)
91
+
*`☐ 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).)
92
92
*`☐ 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).
93
93
*`☐ 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.)
94
94
*`☐ Keep selection when right-click outside of selection`: Prevents right-click from canceling an active selection.
0 commit comments