abdelrahmanhafez96 downloadsNavigate back and forward through cursor position history across files, like VS Code.
An Obsidian plugin that tracks cursor position history across files and lets you navigate back and forward, like VS Code's workbench.action.navigateBack / workbench.action.navigateForward.
main.js and manifest.json from the latest releasecursor-history inside your vault's .obsidian/plugins/ directoryDefault keybindings are set up automatically on first install:
| Command | Default Binding |
|---|---|
| Cursor History: Go back | Ctrl+Cmd+← |
| Cursor History: Go forward | Ctrl+Cmd+→ |
To change them, open Settings > Hotkeys and search for "Cursor History".
The plugin uses VS Code's position-based heuristic (not timer-based polling):