Jeonghyeon Park159 downloadsPan the graph view by scrolling instead of zooming. Zoom with pinch or Cmd/Ctrl+scroll. Great for trackpad users.
An Obsidian plugin that makes the graph view pan when you scroll, instead of zooming. Zooming is moved to pinch or Cmd/Ctrl + scroll — the same convention used by design and map apps. Built with trackpad users in mind.

By default, scrolling over the graph view zooms in and out, and panning requires click-and-dragging. If you prefer scrolling (or a two-finger trackpad swipe) to move around the graph — like in Figma or a maps app — this plugin swaps the behavior.
| Gesture | Action |
|---|---|
| Scroll / two-finger swipe | Pan (move the graph) |
| Pinch | Zoom in / out |
| Cmd/Ctrl + scroll | Zoom in / out |
On macOS, trackpad pinch gestures arrive as Ctrl-modified wheel events, so pinch-to-zoom works automatically. Pinch and Cmd/Ctrl + scroll zoom toward the mouse pointer (turn off Zoom to cursor to zoom around the view center instead); the + / − buttons always zoom around the center.
Optional + / − zoom buttons are shown in the bottom-right corner of the graph for zooming without a gesture.
Works in both the global Graph view and the Local graph view.
1.0).Cmd/Ctrl + scroll zoom; raise it if pinch feels too slow (default 1.0).+ / − buttons over the graph (default on).main.js, manifest.json, and styles.css from the latest release.<your vault>/.obsidian/plugins/graph-scroll-pan/.This plugin intercepts the graph view's wheel events and drives Obsidian's internal graph renderer to pan. It relies on internal renderer APIs that are not part of the public plugin API and may change in future Obsidian versions. It is desktop-only.