Skip to content

Commit eed5bc1

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 09f9608 + 1713875 commit eed5bc1

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/ide/navigating-code.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ helpviewer_keywords:
1717
author: ghogen
1818
ms.author: ghogen
1919
manager: j-martens
20-
ms.custom: awp-ai
20+
ms.custom: "awp, awp-ai"
2121
ai-usage: ai-assisted
2222

2323
#customer intent: As a developer, I want to learn about browsing code in Visual Studio so that I can write code more efficiently.
@@ -155,6 +155,12 @@ To disable structure guide lines, go to **Tools** > **Options** > **Text Editor*
155155

156156
::: moniker range="visualstudio"
157157

158+
## Fast scrolling with Alt+mouse wheel
159+
160+
You can move through large files faster by holding the **Alt** key while scrolling the mouse wheel in the code editor. On a touchpad, hold the **Alt** key while moving two fingers up or down.
161+
162+
To configure this behavior, go to **Tools** > **Options** > **Text Editor** > **Advanced** > **Touchpad and mouse wheel scrolling sensitivity**, and adjust **Fast scroll multiplier**. For more information, see [Configure advanced Text Editor options](options-text-editor-advanced.md#fast-scroll-multiplier).
163+
158164
## Middle-click scroll
159165

160166
You can press and hold the middle mouse button (scroll wheel) in the code editor and then move the mouse to scroll quickly through the document in any direction. A cursor icon with directional arrows appears to indicate that middle-click scrolling is active.

docs/ide/options-text-editor-advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Use this setting to adjust how many characters you want to scroll in each user-i
325325

326326
### Fast scroll multiplier
327327

328-
This setting increases the scrolling speed when you use the **Alt** keyboard shortcut with the mouse or keyboard arrow keys. The default multiplication factor is **5**, which scrolls five times faster than normal.
328+
This setting increases scrolling speed when you hold **Alt** while scrolling with the mouse wheel in the code editor. On a touchpad, hold the **Alt** key while moving two fingers up or down. The default multiplication factor is **5**, which scrolls five times faster than normal.
329329

330330
### Middle click to scroll
331331

0 commit comments

Comments
 (0)