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: docs/03-customizing-editor.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ To adjust line height:
74
74
1. Click on `View` in the menu bar.
75
75
2. Navigate to the `Themes...` option.
76
76
3. Use the Line Height slider to set a value between 1 and 3. The default is 1.5.
77
-

77
+

78
78
79
79
Adjustments apply instantly, updating the editor dynamically.
80
80
@@ -84,6 +84,26 @@ You can also modify the line height by updating the `themes.editorLineHeight` pr
84
84
85
85
---
86
86
87
+
## Scroll Sensitivity
88
+
89
+
**Scroll Sensitivity** sets a multiplier for mouse-wheel scroll speed in the editor. Increase it if scrolling feels too slow, decrease it if scrolling feels too fast.
90
+
91
+
### Adjusting Scroll Sensitivity
92
+
93
+
1. Click `View` in the menu bar.
94
+
2. Select `Themes...`.
95
+
3. Use the **Scroll Sensitivity** slider to set a value between `0.1` and `10`. The default is `1` (normal speed).
96
+
97
+

98
+
99
+
The new value applies immediately.
100
+
101
+
### Modifying Scroll Sensitivity via Preferences
102
+
103
+
Set the `mouseWheelScrollSensitivity` property in the preferences file. Accepts any number from `0.1` to `10`. [Click Here](./editing-text#editing-preferences) to read on how to edit the preferences.
104
+
105
+
---
106
+
87
107
## Indent Guide Lines
88
108
89
109

@@ -117,10 +137,9 @@ Toggle the visibility of rulers through the `View > Rulers` menu option.
117
137
118
138
### Adding Multiple Rulers
119
139
120
-
To add multiple rulers, edit the preferences file:
140
+
To add multiple rulers, edit the preferences file. [Click Here](./editing-text#editing-preferences) to read on how to edit the preferences.
121
141
122
-
1. Navigate to `File > Open Preferences File`.
123
-
1. Add the following entries to the JSON configuration:
142
+
Add the following entries to the JSON configuration:
0 commit comments